body {
	font-family: Tahoma, Arial;
	font-size: 14px;
	margin: 0px;
	/* background-color: #ebd8a5; */
	background-image:url(../images/sitebg.jpg);

}

a:link { color: #A6791F; text-decoration: none;}
a:visited { color: #A6791F; text-decoration: none;}
a:hover { color: #CCAB6A;}

td {
	font-size: 14px;
}	

table.tblbdr 
{
	border: 1px solid #000;
}

td.cellbdr 
{
	border: 1px solid #000;
}

td.bottombdr
{
	border-bottom: 1px solid #000;
}

td.rtbdr
{
	border-right: 2px solid #000;
}

img.imgbdr 
{
	border: 1px solid #000;
}

h1 {
	font-size: 130%;
	font-family: arial;
}

h3
{ border-bottom: dotted 2px #A6791F; 
  padding-bottom: 3px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Tahoma, Arial;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}




