@charset "UTF-8";
/* CSS Document */

/****GENERAL****/

h1, h2, h3, h4, h5, h6, ul, li, p, label, fieldset, form { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 { font-size:18px; font-weight: bolder; text-transform: uppercase;}
h2 { font-size:14px; font-weight: bolder; text-transform: uppercase; margin-top: 20px; margin-bottom: 10px;}
h3 {
	font-size:16px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 8px;
}
h4 { font-size:12px; font-weight: bolder; text-transform: uppercase; margin-top: 12px; margin-bottom: 3px;}
h5 {
	font-size:20px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #036FBE;
}
h6 {
	font-size:24px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 3px;
	line-height: 1.3em;
	color: #990033;
	letter-spacing: 0.1em;
	font-style: oblique;
}
p {
	color:#333333;
	line-height:22px;
	margin-top: 3px;
	margin-bottom: 7px;
}

a img { border:0; }
a {
	color: #006BBF;
	outline: none;
}
a:hover {
	color:#000066;
	text-decoration: underline;
}

.clear { clear: both; display: block; height: 0px; margin: 0; padding: 0; overflow: hidden; font-size: 0px; }


