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

a:hover {
	color: #000000;
	text-decoration: none;
}
.navigation {
	font-size: 14px;
	font-style: bold;
	color: #333333;
	font-weight: none;
	padding: 8px 5px 8px 10px;
	text-align: center;
	font-family: "Book Antiqua", Times New Roman ;	
}
.navigation a:link,.navigation a:visited, .navigation a:active {
	font-family: "Book Antiqua", Times New Roman ;
	font-size: 14px;
	font-style: bold;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}

.navigation a:hover{
	color: #0033CC;
	/*background-color:#333333;
	display: compact;
	padding: 2px;*/
}
.nav_CurrentPage {
	font-size: 14px;
	font-style: bold;
	color: #0033CC;
	font-weight: none;
	padding: 8px 5px 8px 10px;
	text-align: center;
	font-family: "Book Antiqua", Times New Roman ;
}

.nav_CurrentPage a:link, .nav_CurrentPage a:visited, .nav_CurrentPage a:active, .nav_CurrentPage a:hover {
	font-family: "Book Antiqua", Times New Roman ;
	font-size: 14px;
	font-style: bold;
	color: #0033CC;
	font-weight: none;
	text-decoration: none;
}


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


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

.stdtextCenter {
	font-family: "Book Antiqua", Times New Roman ;	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: 1.4em;
}


.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-top: 20px;
}

.footerText {
	font-family: "Book Antiqua", Times New Roman ;	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.4em;
}
