/* CSS Document */

a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a.hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.copyrights{
	color: #003366;
	font-size: 13px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif
}