/* CSS Document */

body,td,th {
	font-size: 18px;
	font-family: 'Monotype Corsiva', Arial;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.subhead {font-size: 28px; color: #000000;
}

.navmenu {
	font-family: 'Monotype Corsiva', Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

a.navmenu:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.navmenu:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.navmenu:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.navmenu:active {
	text-decoration: underline;
	color: #FFFFFF;
}


a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}


.bodywhite {
	color: #FFFFFF;
	font-size: 14px;
}

.bodysmall {
	font-size: 14px;
}
