
a:link {
	color: #ff0000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}
a:visited {
	color: #ff0000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}
a:hover {  
	font-weight: normal;
	line-height: 1.3;
	text-decoration: underline;
	color: #000000

}

a:active {
	color: #000000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;


}


.body {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 18px;
	font-weight: normal;
	color : #333333;
	line-height: 1.5;
	margin: 0; 
}

.body-large {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 26px;
	font-weight: normal;
	color : #333333;
	line-height: 1.5;
	margin: 0; 
}

.body_times {
	font-family : Times, Serif;
	font-size : 24px;
	font-weight: normal;
	color : #333333;
	line-height: 1.5;
	margin: 0; 
}


.subhead {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #333333;
	line-height: 1.3;
	margin: 0; 
}

.body_small {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #333333;
	line-height: 1.3;
	margin: 0; 
}


.body_small_white {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 11px;
	font-weight: normal;
	color : #FFFFFF;
	line-height: 1.3;
	margin: 0; 
}



.header {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 13px;
	font-weight: bold;
	color : #333333;
	line-height: 1.4;
}

.header_red {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #CC0000;
	line-height: 1.4;
}

.copyright {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	line-height: 1.3;
	
}


