body 
{
    background-image: url(../theme/bg_tile.gif);
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: left;
}
.bgFade
{
    position:absolute;
    margin: 0px 0px 0px 0px;
	left:0px;
	top:0px;
    background-repeat: repeat-x;
	background-image: url(../theme/bg_fade.gif);
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
}
td
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
h1
{
    font-family: Arial;
	font-size: 18px;
	color: #333333;
	font-weight: 900;
}
h2
{
    font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: 900;
}
h3
{
    font-family: Arial;
	font-size: 9px;
	color: #333333;
	font-weight: 1000;
}

/*Divisions*/
#fade
{

	
	position:absolute;
    margin: 0px 0px 0px 0px;
	left:0px;
	top:0px;
    background-repeat: repeat-x;
	background-image: url(../theme/bg_fade.gif);
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
}

.footer
{
	
	
	color:#FFFFFF;
	font-size: 9px;
	font-weight: 900;
	font-family: Arial;
}

/*links*/
.top
{
width:325px;
text-align:right;

}
a.topmenu
{
	color: #A08032;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
a.topmenu:hover
{
	color: #333333;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
a.topmenu:active
{
	color: #A08032;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
a.topmenu:visited
{
	color: #A08032;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}


a
{
	color: #A08032;
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a:active
{
	color: #A08032;
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a:visited
{
	color: #A08032;
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
