/* CSS Document */
.headline {
	margin: 10px 0px 3px 0px;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}

.subheadline {
	color: #005b00;
	background: none;
	padding: 0px;
	margin: 5px 0px 3px 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.vlargecenter {
		font-size: 24px;
    	font-weight: bold;		
		text-align:center;
		font-style: normal;
}

.vlargecenterred {
		font-size: 24px;
    	font-weight: bold;		
		text-align:center;
		font-style: normal;
    	color: #D72849;
}

.largecenter {
		font-size: 16px;
    	font-weight: bold;			
		text-align:center;
		font-style: normal;
}

.largecenterred {
		font-size: 16px;
    	font-weight: bold;			
		text-align:center;
		font-style: normal;
    	color: #D72849;		
}

.bold {
	font-weight: bold;
}

.redbold {
	font-weight: bold;
	color: #D72849;
}

.redbolditalic {
	font-weight: bold;
	color: #D72849;
	font-style:italic;
}

.redboldlarge {
	font-size:16px;
	font-weight: bold;
	color: #FF0000;
}

.smalltext {font-size: 9px}