/* CSS Document */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
	
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #4A5046;
	text-decoration: underline;
}
a:hover {
	color: #4A5046;
	text-decoration: underline;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 10px}
.style3 {font-size: 12px}
.style5 {font-size: 12px}
.style6 {font-size: 12px; font-weight: bold; }
.style3 a:link, .style6 a:link {
	color: #000066;
	text-decoration: none;
}
.style3 a:visited, .style6 a:visited {
	color: #000066;
	text-decoration: none;
}
.style3 a:active, .style6 a:active {
	color: #990000;
	text-decoration: underline;
}
.style3 a:hover, .style6 a:hover {
	color: #990000;
	text-decoration: underline;
}
.style11 {font-size: 11px}
.style18 {font-size: 18px; font-weight: bold; line-height: 24px;}
.style18 a:link {
	color: #000000;
	text-decoration: none;
	
}
.style18 a:visited {
	color: #000000;
	text-decoration: none;
}
.style18 a:active {
	color: #990000;
	text-decoration: none;
}
.style18 a:hover {
	color: #990000;
	text-decoration: none;
}


.off-white {color: #FFFFCC;}
.off-white a:link { color: #FFFFCC; text-decoration: none;}
.off-white a:visited { color: #FFFFCC; text-decoration: none;}
.off-white a:active { color: #FFFFCC; text-decoration: underline;}
.off-white a:hover {color: #FFFFCC; text-decoration: underline;}

#topNav {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border-top: 5px solid #000000;
border-left: 5px solid #000000;
border-bottom: 5px solid #4A5046;
}

#leftNav {
width: 120px;
height: 600px;
overflow-x: hidden;
overflow-y: scroll;
margin: 0 auto;
border-left: 5px solid #000000;
}

#footer {
border-top: 2px solid #000000;
}

ul {
font-size: 11px;
}

p {
font-size: 11px;
}
