/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #2369d4;
}
a:visited {
	color: #2369d4;
}
a:hover {
	color: #0079a7;
}
a:active {
	color: #2369d4;
}

ul {
	margin-top: 5px;
	list-style-type:square;
}

hr {
	color:#687A61;
	width:95%;
}

b {
	font-weight:bold;
	color:#0079a7;
}

.headline{
	font-size:17px;
	color:#2775eb;
	line-height:20px;
	font-style:italic;
	font-weight:bold;
}

.subhead{
	font-size:14px;
	line-height:18px;
	color:#6a6a6a;
	font-weight:bold;
}

a.nav {
	color:#FFFFFF;
	font-size:11px;
	padding:5px;
	line-height:18px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a.nav:visited {
	color:#FFFFFF;
}
a.nav:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.nav:active {
	color:#FFFFFF;
}

#subnav {
color:#797979;
}
#subnav a {
color:#797979;
text-decoration:none;
font-weight:bold;
padding: 3px;
}
#subnav a:visited {
color: #797979;
text-decoration:none;
}
#subnav a:hover {
color: #000000;
text-decoration:underline;
}
#subnav a:active {
color: #797979;
text-decoration:none;
}