@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.contentarea {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	font-size: 14px;
	color: #333;
}

body {
	background-color: #006699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.whiteBG {
	background-color: #FFF;
}
#whiteText {
	color: #FFF;
	padding-top: 10px;
}
#whiteText a:link {
	color: #FFF;
	text-decoration: underline;
}
#whiteText  a:visited {
	text-decoration: underline;
	color: #FFF;
}
#whiteText  a:hover {
	text-decoration: none;
	color: #990;
}
#whiteText  a:active {
	text-decoration: underline;
	color: #FF0;
}
.blue {
	background-color: #0a0a50;
}
.ten {
	padding-right: 12px;
}
