/*-----------------------------------------------------------------------------------------------------
This sets the default font to all tags
-----------------------------------------------------------------------------------------------------*/
body,p,span,th,td,dl,dd,dt,div{	font-family: Arial;	font-size:11px;	color : #404040;	}

/*----------------------------------------------------------------------------------------------------- 
Body styles
-----------------------------------------------------------------------------------------------------*/
.mainBody {	
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background :# FFFFFF;
	}


/*----------------------------------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------------------------------*/
input{
	color: #404040;
	font-size:10px;
}


/*----------------------------------------------------------------------------------------------------- 
Table styles
-----------------------------------------------------------------------------------------------------*/
.mainContentBackground{
	background : #EDEFE9;
}

/*----------------------------------------------------------------------------------------------------- 
Link styles
-----------------------------------------------------------------------------------------------------*/
A, A:LINK, A:VISITED {color:#404040; text-decoration : underline;}
A:HOVER {color:#404040; text-decoration : none;}

/*----------------------------------------------------------------------------------------------------- 
Menu styles
-----------------------------------------------------------------------------------------------------*/

A.menuLink:link, A.menuLink:visited{
	color:#888888; 
	text-decoration : none;  
	height:16px;}

A.menuLink:hover {
	color:#888888; 
	text-decoration : underline;  
	height:16px;}

A.selectedMenuLink:link, A.selectedMenuLink:visited {
	color:#880000; 
	text-decoration : none;  
	height:16px;}






/*----------------------------------------------------------------------------------------------------- 
These are the text styles that are used on the web, other than thoseselectable by the user 
-----------------------------------------------------------------------------------------------------*/ 
.error{	font-family: Arial;	font-size: 13px;	font-weight : bold;	color : red;} 

/*----------------------------------------------------------------------------------------------------- 
These are the text styles that the user can choose from when formatting text 
-----------------------------------------------------------------------------------------------------*/
.heading1{	font-family: Arial;	font-size: 11px;	font-weight : bold;	color : #DC0000;  }
.heading2{	font-family: Arial;	font-size: 11px;	font-weight : bold;	color : #404040;  }
.heading3{	font-family: Arial;	font-size: 11px;	color : #DC0000;}  
.heading4{ 	font-family: Arial;	font-size: 11px;	color : #404040;  }	
.heading5{ 	font-family: Arial;	font-size: 11px;	color : #404040;  font-style : italic;   }	
.heading6{ 	font-family: Arial;	font-size: 10px;	color : #404040;  }


