/* ---------- STANDARD ELEMENTS ---------- */
html{
	width: 100%;
	overflow-y: scroll;
	*overflow-x: hidden;
}
body{
	width: 100%;
	font: normal 11px Verdana, Arial, Tahoma, Microsoft sans, Lucida, Helvetica, sans-serif;
}
div{
	
}
span{
	
}
p{
	margin: 0 0 1em 0;
	line-height: 16px;
}
a{
	text-decoration: none;
	color: #07319F;
}
a:hover{
	text-decoration: underline;
}
b, strong{
	font-weight: bold;
}
i, em{
	font-style: italic;
}
ul{
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: disc;
}
ol{
	margin: 0 0 1em 25px;
	padding: 0;
	list-style-type: decimal;
}
ul li{
	
}
table{
	
}
img{
	
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* HEADERS */
h1, h2, h3, h4, h5, h6{
	color: #000000;
	font-weight: bold;
}
h1{
	font-size: 18px;
	margin: 0 0 14px 0;
}
h2{
	font-size: 16px;
	margin: 0 0 8px 0;
}
h3{
	font-size: 15px;
	margin: 0 0 5px 0;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 12px;
}

/* TABLE */
table thead{
	
}
table tbody{
	
}
table tfoot{
	
}
table th{
	
}
table tr{
	
}
table td{
	
}

/* FORMS */
form{
	
}
form label{
	
}
form input[type="text"], form input[type="password"]{
	
}
form input[type="radio"]{
	
}
form input[type="checkbox"]{
	
}
form textarea{
	
}
form input[type="submit"]{
	
}

/* OTHER */
.clear{
	clear: both;
}