/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00498c;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}
.menu:active {
	color: #999999;
}
.menu:link {
	color: #999999;
}
.menu:visited {
	color: #999999;
}
.menu:hover {
	color: #00498c;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text:active {
	color: #FFFFFF;
}
.text:link {
	color: #FFFFFF;
}
.text:visited {
	color: #FFFFFF;
}
.text:hover {
	color: #b6c5d1;
}