BODY {
	background-color: #f0f0f0;
	color: #000000;
	margin : 0px;
}

A {
	color: #00008D;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {text-decoration : underline;}

a.menu {
	font-size : 16px;
	color: #00008D;
	font-weight: bold;
}
a.submenu {
	font-size : 12px;
	color: #00008D;
	font-weight: bold;
}

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

img {
	border-color: #00008D;
}

.title {
	font-size : 24px;
	font-weight: bold;
	color: #00008D;
}

.subtitle {
	font-size : 18px;
	color: #930E15;
}

.bluetext {color: #00008D;}
.redtext {color: #930E15;}
