a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: darkblue;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:brown;
	text-decoration:underline;
}



.textlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #A5CBE7;
	font-size: 10px;
	font-weight: bold;

}
th{
	background:url("designimages/bkg11.gif");
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:18;
}
img
{
border-width:0;
}
.menulink
{
	color:white;
	background:url("../Home/images/menu.gif");
	height:18;
	text-align:center;
}
.menulink:hover
{
	color:yellow;
}
body{
background:url("designimages/back.gif");
background-position:center;
background-repeat:repeat-y;
background-color:#CCCCCC;
margin-bottom:0;
margin-left:inherit;
margin-top:inherit;
margin-right:0;
}

