/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav
{
  display: block;
  width: 160px;
  height: 36px;
  background: url("nav.gif") no-repeat 0 0;
text-decoration: none;
font-size: 12px;
color: #949494;
text-indent: 10px;
}

#nav:hover
{ 
  background-position: -160px 0;

}

#nav:active
{ 
  background-position: -240px 0;
}


.white {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.graySM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.grayW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
a:link {
	color: #000000;
}
a:hover {
	color: #012897;
}

.classblue A:link {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold; text-decoration: underline; color:#012897}
.classblue A:visited { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;text-decoration: underline; color: #012897}
.classblue A:hover { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;text-decoration: underline;  color: #012897}
.classblue A:active { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold; text-decoration: none; color: #012897}

.classW A:link {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold; text-decoration: underline; color:#ffffff}
.classW A:visited { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold;text-decoration: underline; color: #ffffff}
.classW A:hover { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold;text-decoration: underline;  color: #FFFF00}
.classW A:active { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold; text-decoration: none; color: #ffffff}

.classG A:link {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold; text-decoration: underline; color:#999999}
.classG A:visited { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold;text-decoration: underline; color: #999999}
.classG A:hover { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold;text-decoration: underline;  color: #999999}
.classG A:active { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold; text-decoration: none; color: #999999}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #000000;
}
.white {color: #FFFFFF}

.borderblue
{
border-style: dashed;
border-width: 1px;
border-color: #012897;
}

.borderblack
{
border-style: dashed;
border-width: 1px;
border-color: #000000;
}

.borderblack2
{
border-style: solid;
border-width: 1px;
border-color: #000000;
}

.bordergray
{
border-style: dashed;
border-width: 1px;
border-color: #cecdcd;
}


</style>
