body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666;
	background-color: #FFFFFF;
}


h1 {
	color: #25618A;
	font-family: Georgia, Times;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	color: #25618A;
	font-family: Georgia, Times;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	color: #25618A;
	font-family: Georgia, Times;
	font-size: medium;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}





li {
	color: #666;
	font-family: Georgia, Times;
	font-size: small;
	text-align: justify;
}

p {
	color: #666;
	font-family: Georgia, Times;
	font-size: small;
	text-align: justify;
}


a {
	color: #25618A;
	text-decoration: none;
}
a:active {
	color: #25618A;
}
a:hover {
	color: #000000;	
}
a.small:hover {
	color: #25618A;
}




.menu {
	background-color: #A7BAC9;
	font-family: Tahoma, Georgia, Times;
	font-size: 13px;
}
.selectedmenu, .selectedmenu a {
/*	background-color: #012C57;*/
	background-color: #25618A;
	color: white;
	font-family: Verdana, Tahoma, Georgia, Times;
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


a .protected {
	font-style: italic;
}
.selectedmenu a .protected {
	font-style: italic;
}