
body {
	background-color: #000000;
	background-image: url(../images/main/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
  
#divUpControl{
	position:relative;
	width:52px;
	height:13px;
	left:640;
	top:35;
	z-index:1;
	
} 
#divDownControl{
position:relative;
	width:52;
	height:13px;
	left:640;
	top:250;
	z-index:1;
	
} 

#divEmail{
position:relative;
	left:500;
	top:300;
	z-index:1;
	
} 

#divContainer{position:relative; width:600; height:275; overflow:hidden; top:-30; left:10; clip:rect(0,600,275,0); visibility:visible} 
#divContent{position:relative; top:-30; left:10} 

body,td,th {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

a:link {
	color: #ef1300;
}
a:visited {
	color: #ef1300;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #ef1300;
}

.HEADING {
	color: #ef1300;
	font-weight: bold;
	font-size:12px;
}
.BOLD_RED {
	color: #ef1300;
	font-weight: bold;
}
