.reverse {
	font-weight : bold;
	font-size : 80%;
	color: White;
}
.copyright {
	font-size : 75%;
}

.medium {
	font-size : 90%;
}

.small {
	font-size: 80%;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: thin;
}


BODY, P, DD,  DL, DT, FORM, LI, MENU, OL, TABLE, TD, TR, UL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
}


H1 {
	font-size : 150%;
	color : #000066;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	color: #000066;
	margin-right: 50px;
	margin-left: 50px;
	font-style: italic;
}


H2 {
	font-size : 125%;
	color : #006633;
}

H3 {
	font-size : 110%;
}

H4 {
	font-size : 110%;
}

UL {
	list-style : disc url(images/oval.gif);
}

OL {
	list-style-type : decimal;
}

LI {
		padding-bottom : 6px;
}

A:LINK {
	color : #9D9362;
	font-weight : bold;
}

A:VISITED {
	color : #606060;
	font-weight : bold;
}