/* CSS Document */

body {
	margin-top: 0px;
}
.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.style3 {font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; }

.menutd {background-color: #06044C;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;

	
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}
a.nav:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFE700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}
a.body:active {
	text-decoration: underline;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

a.body:link {
	color: #000000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;

	
}
a.body:visited {
	text-decoration: underline;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}
a.body:hover {
	text-decoration: none;
	color: #000000;
	background-color: #A9DFEB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}
