@charset "UTF-8";

/*GLOBAL CLASSES*/
*:focus { outline:0; }

html {
	height:100%;
	overflow-x:hidden;
}
body {
	height:100%;
	margin:0px;
	padding:0px;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	color:#333333;
}
img {
	border:none;
	vertical-align:bottom;
	position:relative;
	z-index:10;
}
video {
	position:absolute;
	z-index:9;
	object-fit:cover;
}

/*LAYOUT CLASSES*/


/*PARAGRAPH CLASSES*/
.regular{
	float:left;
	width:100%;
	padding-bottom:8px;
}

/*LIST CLASSES*/
ul{
	margin:0px;
	padding:0px;
	padding-left:20px;
	line-height:18px;
}

li{
	padding-bottom:8px;	
}

/*LINK CLASSES*/
a{
	color:#333333;
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;	
}