body {
	font-family : "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 12px;
	color : #5B5B5B;
	font-weight : normal;
	font-style : normal;
	background : #5E6472 url(../images/general/bkg_rpt.gif);
	text-align : center;
	padding : 0;
	margin : 0;
	border : none;
	line-height: 1.4em;
}

h6 {
 font-size: 10px;
 font-weight: normal;
 line-height: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	margin:0;
	border:none;
	padding:0;
	display:inline;
}

a {
	color : #AAA239;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}
/* recommended
a:visited { color : #???;}
*/
a img { border : none; }
table { border-collapse:collapse; padding:0;}
td,th { padding:0; margin:0; font-size:12px; line-height : 120%;}
form { margin:0; padding:0; }
p { margin: 0 0 18px 0;}

ul {
	list-style-type : none;
	margin : 0;
	padding-left : 8px;
}
li {
	background-image: url(../images/sidebar/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	margin-top : 2px;
	padding : 0;
	padding-left : 12px;
	margin-bottom : 2px;
}


/* main content area styles - marked up semantically - replace with inline styles if required */
h1 {
	background: #184475 url(../images/titles/h1_bkg.gif) repeat-x;
	padding : 4px 12px;
	color : #FAFAEF;
	font-size : 12px;
	border : 1px solid #0D2E52;
	text-transform : uppercase;
	margin-bottom : 0;
	margin-top:0;
}
h2 {
	font-size : 12px;
	color : #1E5C98;
	text-transform : uppercase;
	margin-top : 0;
	margin-bottom: 12px;
	padding-top: 5px;
}
h3 {
	font-size : 13px;
	color : #1E5C98;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-top: 0;
}


.toTop {
	text-align : right;
}


/* float clearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

