A
{
	text-decoration: none;
	color: #990000;
}
A:active
{
	color:#805600
}
A:hover
{
text-decoration: underline
}
TABLE
{
    font-size: x-small;
	color:#4F4F2F;
    font-family:tahoma,sans-serif;
}
DIV
{
	font-size: x-small;
	cursor: hand;
	font-family: Times New Roman;
	text-decoration: none;
}

BODY {
	padding-right: 0px;
	padding-left: 0px;
	font-size:x-small;
	padding-bottom:0px;
	margin: 0px;
	color:#4F4F2F;
	padding-top: 0px;
	font-family:tahoma,sans-serif;
}
H3
{
	font-family: Times New Roman;
	margin:1;
}
H5
{
	font-family: Times New Roman;
	margin:0;
}

.tblleft{background-image:url(../images/bgrd1.jpg);background-position:right}
.tblright{background-image:url(../images/bgrd1.jpg);background-position:left}
.tdbg{background-image:url(../images/bkg.jpg)}
.tdbackgr{background-color:#CDC673}

ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
li ul {
	margin-left: 20 ;
}
li a {
	background-color:White;
	border:0  White ;
	width: 120px ;
	text-decoration: none ;
	display:inline-block ;
}
li a:hover {
	background-color: #CDC673 ;
}