body {
	background-color: #004560;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.center {
	text-align: center;
	}

.italic {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

img {
	border: 0;
	}

table {
	font-size: 14px;
	border: 0px;
	}

th	{
	text-align: left;
	}

A:link {
	color: #8E9FAF;
	/*color: #0080B3;*/
	text-decoration: none;
	}

A:hover {
	text-decoration: none;
	}

A:visited {
	color: #8E9FAF;
	/*color: #0066CC;*/
	text-decoration: none;
	}
.validCSS {
	position: absolute;
	bottom: 3%;
	right: 3%;
	}
