/* CSS Document */

<!--
body {
	background-color: #003366;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #3385AD;
}
a:visited {
	text-decoration: none;
	color: #3385AD;
}
a:hover {
	text-decoration: underline;
	color: #3385AD;
}
a:active {
	text-decoration: none;
	color: #3385AD;
}
.bg {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-bottom {
	background-image: url(../images/drop_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer {
color: #3385AD
}
.title {
	font-size: 12px;
	color: #004D73;
}
.tag {
	font-size: 11px;
	color: #004D73;
}
-->

