
body.mceContentBody 
 { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}


/* GENERAL STYLES */

	body {
		font-family:verdana,helvetica;
		font-size:11px;
		background-color:#E1ECC5;
		color:#000000;	
		margin:0px;	
		bor
		
	}
		
	td {
		font-family:verdana,helvetica;
		font-size:11px;
		background-color:none;
		color:#000000;
		margin:0px;	
			
	}
	
	p {
		font-family:verdana,helvetica;
		font-size:11px;
		color:#000000;		
	}
	
	h1 {
		font-family:helvetica;
		font-size:26px;
		color:#000000;
		font-weight:bold;
		margin:0px;
		line-height:24px;
	}
	
	h2 {
		font-family:helvetica;
		font-size:18px;
		color:#000000;
		font-weight:bold;
		margin:0px;
	}
	
	h3 {
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		font-size:16px;	
		margin:0px;
	}

	h4 {
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		font-size:13px;	
		letter-spacing:0px;
		margin:0px;
	}
	
	h5 {
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		font-size:11px;	
		letter-spacing:0px;
		margin:0px;
	}
		
	
	
/* NEWS STYLES */	
		
	.news { 
		color:#ffffff; 
		text-decoration:none; 
		font-size:9px; 
		font-weight:normal; 
		line-height:11px;
	}
	
	a.news:link,a.news:active,a.news:visited { 
		color:#ffffff; 
		text-decoration:none; 
		font-size:9px; 
		font-weight:normal; 
	}
	
	a.news:hover { 
		color:#A18972; 
		text-decoration:underline; 
		font-size:9px; 
		font-weight:normal; 
	}

	

/* MENU STYLES */	
		
	
	a.menu:link,a.menu:active,a.menu:visited { 
		color:#000000; 
		text-decoration:none; 
		font-size:12px; 
		font-weight:bold; 
	}
	
	a.menu:hover { 
		color:#E12E29; 
		text-decoration:none; 
		font-size:12px; 
		font-weight:bold; 
	}
		
		
/* LINK STYLES */
	
	a:link,a:active,a:visited {
		text-decoration:underline;
		color:#000000;
		font-weight:normal;	
	}
	
	a:hover {
		text-decoration:none;
		color:#E12E29;
		font-weight:normal;	
	}
	
	
	
	
/* FORM STYLES */

	form {
		margin:0px;
	}

	input,select,textarea {
		font-family:verdana,helvetica;
		font-size:11px;
		background-color:#ffffff;
		border-style:solid;
		border-color:#3F474A;
		border-width:1px;
	}
	
	input.button {
		font-family:verdana,helvetica;
		font-size:9px;
		font-weight:bold;
		background-color:#ffffff;
		border-style:solid;
		border-color:#3F474A;
		border-width:1px;
	}

