BODY {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


TH {
	text-align : center;
}

H1 {
	font-size: large;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 12pt;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Black;
}

A:Hover {
	color: Red;
}

A.Menu {
	color: Gray;
	text-decoration : none;
	font : 12px Arial, Helvetica, sans-serif;
}

A.Menu:Hover {
	color: Red;
	text-decoration : none;
}

.Menu {
	color: Red;
	font : 12px Arial, Helvetica, sans-serif;
}

HR {
	height: 3pt;
	color : Red;
}


.standard {
	font-family : Arial, Helvetica, sans-serif;
}

.footer {
	font-family : Arial;
	font-size : xx-small;
	color : Silver;
}

.shading1 {
	font-size: 9pt;
	padding : 0 5 0 5;
}

.shading2 {
	font-size: 9pt;
	padding : 0 5 0 5;
}

.noshade {
	background-color : White;
	padding : 0 5 0 5;
}

.subtle {
	color : gray;
}

A.subtle {
	color: gray;
}

A.subtle:Hover {
	color: Red;
}


.smaller-font {
	font-size : smaller;
}

.fancy {
	font-weight:bold;
	
}