
BODY
	{
	margin-left: 0px;
	margin-top: 0px;
	background-color: #c0c0c0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #202020;
	}

A {color: #202020; text-decoration: underline;}
A:visited {color: #202020; text-decoration: underline;}
A:hover {color: #872f13; text-decoration:underline;}

A.link {COLOR: #666666; text-decoration: none;}
a:visited.link {color: #666666; text-decoration: none;}
a:hover.link {color: #cccccc; text-decoration:none;}

A.link2 {COLOR: #666666; text-decoration: underline;}
a:visited.link2 {color: #666666; text-decoration: underline;}
a:hover.link2 {color: #cccccc; text-decoration: underline;}

A.white {COLOR: #ffffff; text-decoration: underline;}
a:visited.white {color: #ffffff; text-decoration: underline;}
a:hover.white {color: #666666; text-decoration: underline;}

h1 { font-family: Arial,Helvetica; font-size: 15px; color: red;}
h2 { font-family: Arial,Helvetica; font-size: 13px; color: #872f13; }
h3 { font-family: Arial,Helvetica; font-size: 12px; color: #872f13; }
h4 { font-family: Arial; font-size: 11px; color: #666666;font-weight:bold }

td {font-family: Arial,Helvetica; font-size: 12px;}
.menu {vertical-align:middle; height:30px; background-color: #58807D; font-size: 14px; font-family: Arial,Helvetica; color: #ffffff;}
.menu a:link {text-decoration: none;color: white;}
.menu a:visited {text-decoration: none;color: white;}
.menu a:hover {text-decoration: none;color: black;}
.menu a:active {text-decoration: none;color: white;}

.submenu {vertical-align:middle; height:20px; background-color: #58807D; font-size: 12px; font-family: Arial,Helvetica; color: #ffffff;}
.submenu a:link {text-decoration: none;color: white;}
.submenu a:visited {text-decoration: none;color: white;}
.submenu a:hover {text-decoration: none;color: black;}
.submenu a:active {text-decoration: none;color: white;}

table.main { width: 750px; background-color: white; margin: auto; border: solid 1px gray }
table.demo1 td { text-align: center; border: solid 1px gray; padding: 10px; }
table.demo1 td.shaded { background-color:#ddd; }
table.demo1 td.center { width: 80%; }
table.demo1 td.left { background-color: #cce; }


</style>