/* CSS Document */
a:active, a:link, a:visited  {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
.navigation {
	font-family:"Book Antiqua";
	font-size: 16px;
	font-style: bold;
	color: #333333;
	font-weight: none;
	padding: 15px 5px 15px 10px;
	text-align: left;
	
}
.navigation a:link,.navigation a:visited, .navigation a:active {
	font-family:"Book Antiqua";
	font-size: 16px;
	font-style: bold;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}

.navigation a:hover{
	color: #FFFFFF;
	background-color:#333333;
	display: compact;
	padding: 2px;
}


h1 {
	font-family:"Book Antiqua";
	font-size: 20px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}


.stdtext {
	font-family:"Book Antiqua";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
}


.footer, .footer a {
	font-family:"Book Antiqua";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-top: 20px;
}
