BODY {
	background-color : #7EB1DE;
	color: #000000;
}

A {
	color: #cc0000;
	text-decoration: none;
}

a:hover {text-decoration : underline;}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.redtitle {
	font-weight: bold;
	color: #cc0000;
	font-size: 16px;
}

.redsubtitle {
	font-weight: bold;
	color: #cc0000;
	font-size: 14px;
}

.redsmalltitle {
	font-weight: bold;
	color: #cc0000;
	font-size: 11px;
}

.bluetitle {
	font-weight: bold;
	color: #1E3465;
	font-size: 16px;
}

.bluesubtitle {
	font-weight: bold;
	color: #1E3465;
	font-size: 14px;
}

.bluesmalltitle {
	font-weight: bold;
	color: #1E3465;
	font-size: 11px;
}