
body.mceContentBody 
 { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}


/* GENERAL STYLES */

	iframe {
		margin:-50px auto 0 auto;
		border:1px solid #000;
		display:block;
	}

	body { 
		font-family: verdana, arial, helvetica; 
		font-size: 12px;		
	}
	
	td { 
		font-family: verdana, arial, helvetica; 
		font-size: 12px; 
	}
	
	table.vote {
		border: 1px solid #f40000;
		margin-bottom:30px;
		
	}
	td.voteheader {
		background-color: #f40000;
		padding:3px;
		font-size:13;
		font-weight:bold;
		color:White;	
	}
	
	p { 
		font-family: verdana, arial, helvetica; 
		font-size: 	12px; 
	}
	
	h1 {
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		font-size:12px;	
		letter-spacing:0px;
		margin:0px;
	}
	
	h2 {
		text-decoration:underline;
		color:#ff2a00;
		font-weight:bold;
		font-size:12px;	
		letter-spacing:0px;
		margin:0px;
	}
	
	h3 {
		text-decoration:none;
		color:#006600;
		font-weight:bold;
		font-size:12px;	
		margin:0px;
	}

	h4 {
		text-decoration:none;
		color:#ff2a00;
		font-weight:bold;
		font-size:15px;	
		letter-spacing:0px;
	}
	
	h5 {
		text-decoration:none;
		color:#000000
		font-weight:bold;
		font-size:15px;	
		letter-spacing:0px;
	}

/* LINK STYLES */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #000; 
}

a:hover { 
	text-decoration: none; 
	color: #999; 
}


a.menu:link, a.menu:active, a.menu:visited { 
	text-decoration: none; 
	color: #ffffff; 
	font-weight:bold;
	font-size:12px;	
}

a.menu:hover { 
	text-decoration: underline; 
	color: #ffffff; 
	font-weight:bold;
	font-size:12px;	
}

a.menu_sel:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #ffffff; 
	font-weight:bold;
	font-size:12px;	 
}

a.undermenu:link, a.undermenu:active, a.undermenu:visited { 
	text-decoration: none; 
	color: #ffffff; 
	font-weight:normal;
	font-size:12px;	
}

a.undermenu:hover { 
	text-decoration: underline; 
	color: #ffffff; 
	font-weight:normal;
	font-size:12px;	
}

a.undermenu_sel:link, a:active, a:visited { 
	text-decoration: none; 
	color: #ffffff; 
	font-weight:bold;
	font-size:12px;	 
}