@charset "utf-8";
/* CSS Document */

body {
	background-image:url('/images/bg.jpg');
	background-color:#0e1c2e;
	background-repeat:repeat-x;
	
}
body, p {
	color:#1e3552;
	font-family:"Times New Roman", Times, serif;
	font-size:10.5pt;
}
hr {
	color:#1e3552;
	border-color:#1e3552;
}
a, a:visited, a:hover, a:active {
	color:#007ecd;
	text-decoration:underline;
	font-weight:bold;
}
a:hover,  a:active {
	color:#eb8f4a;
	text-decoration:none;
}
.leftNav {
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	font-size:9pt;
}
.leftNav a, .leftNav a:visited, .leftNav a:hover, .leftNav a:active {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	font-size:9pt;
}
.leftNav a:hover, .leftNav a:active {
	text-decoration:underline;
}


h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color:#1e3552;
	font-size:24pt;
	padding: 0 0 0 0;
	margin: 0;
	text-align:left;
}
h2 {
	font-size:16pt;
}
h3 {
	font-size:14pt;
}

.footer {
	text-align:center;
	color:#426ba1;
	font-size:9pt;
}
.footer a, .footer a:visited, .footer a:hover, .footer a:active {
	color:#7eaae3;
}
.footer a:hover, .footer a:active {
	color:#FFFFFF;
}

.paButtons a, .paButtons a:visited, .paButtons a:hover, .paButtons a:active {
	color:#1e3552;
	text-decoration:none;
	font-weight:bold;
	font-size:10.5pt;
}
.paButtons a:hover, .paButtons a:active {
	text-decoration:underline;
	color:#eb8f4a;
	
}