@charset "utf-8";
body {
	background-color: #e8b37b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:40px;
}
.dataBg {
	background-image: url(images/dataBg.jpg);
	background-repeat: repeat-y;
}
.menu1BG {
	background-image: url(images/menu1Bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
td
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
.menu1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
font-weight:bold;
padding-left:20px;
padding-right:20px;
}
.data
{
padding:10px;
}
.Heading
{
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#990000;
}
a.Menu1Link:link,a.Menu1Link:active,a.Menu1Link:visited
{
color:#FFFFFF;
text-decoration:none;
}
a.Menu1Link:hover
{
color:#000000;
text-decoration:none;
}
a.Menu2Link:link,a.Menu2Link:active,a.Menu2Link:visited
{
color:#000000;
text-decoration:none;
}
a.Menu2Link:hover
{
color:#c96313;
text-decoration:none;
}
a:link, a:active, a:visited
{
color:#000000;
text-decoration:none;
}
a:hover
{
color:#d00000;
text-decoration:underline;
}