 BODY
 	{
	margin:0 0 0 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;		
}
 
 A,A:Visited,A:Hover
 	{ 
 	color: #A90000;
	}
	
#MainBody
{
	background-color:#EEEEEE;
	
		
}			

 #MainHeader 
 	{	
	background-image:url(/Templates/1019/Header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	height:128px;	
	}
		
#MainFooter 
	{	
	background-image: url(Footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}

#MainFooter A
	{		
	}

.FooterCredit, .FooterCredit A
	{
	color:#A90000;
	text-align:center;
	width:100%;
	font-size:10px;	
	}

  
.LeftArea 
	{
	font-weight: bold;
}


.Toolbutton
	{
	font-size: 12px;
	cursor : pointer;	
	background-color:#A90000;
	width: 150px;
	height: 40px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top: 13px;	
	color:#FFFFFF;	
	vertical-align:middle;
	text-align: center;
	font-weight: bold;
	
	}
	
.Toolbutton A:Link, .Toolbutton A:Visited
	{
	color: #FFFFFF;	
	text-decoration:none;
	}

.Toolbutton A:Hover
	{
	color: #FFFFFF;	
	text-decoration:underline;
	}		



.ToolBarColor{}