/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	background-color: #336699;
}
P{
	font-family: arial;
}
.smaller{
	font-family: arial;
	font-size: smaller;
}
.smred{
	font-family: arial;
	font-size: small;
	color:FF0000;
}
.small{
	font-size: small;
}
.title{
	font-weight: bold;
}
.titleb{
	font-weight: bold;
	color:#333399;
}
LI{
	font-family: arial;
	font-size: smaller;
}
.footer{
	font-family: arial;
	font-size: x-small;
}
.large{
	font-family: arial;
	font-size: large;
	font-weight: bold;
}
.larger{
	font-family: arial;
	font-size: larger;
	font-weight: bold;
}
TD{
	font-family: arial;
	vertical-align: top;
}