BODY{
	font-family : sans-serif;
	}
H1 {
	color : White;
	padding-left : 10;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	background-color : Navy;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : medium;
	text-decoration : underline;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

HR {
	color : Navy;
}

UL {
	list-style-type : disc;
}

A:HOVER {
	color : Red;
}
ADDRESS {
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Red;
	text-align : center;
}
.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
	font-variant : normal;
	text-align : center;
}

.leftnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : normal;
	text-align : left;
}

.brsmall {
	line-height : 0;
}
.caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : italic;
	text-align : center;
}
.byline {
	font-size : x-small;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}
.tablehead {
	background-color : Navy;
	color : White;
	font-style : normal;
	font-weight : bold;
}
.message {
	font-size : x-large;
	font-weight : bolder;
	text-transform : capitalize;
	color : Red;
}
.notice {
	font-size : medium;
	font-style : italic;
	color : Red;
	text-align : center;
}
