body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #64A7BD;
}

a:link {
	color: #64A7BD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #669933;
}
a:active {
	text-decoration: none;
	color: #64A7BD;
}

.green {
	color: #669933;
}
.red {
	color: #F8310E;
}
.smalltext {
	font-size: 10px;
	color: #666666;
}
.smallblue {
	font-size: 11px;
	color: #64A7BD;
}
.bluetitle {
	font-size: 16px;
	font-weight: bold;
	color: #64A7BD;
}
.medgreen {
	font-size: 14px;
	color: #669933;
}
.blue {
	color: #64A7BD;
}

