/* links */
	:link {
	color: blue;
	text-decoration: none;
}

:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* text */
.subhead {
	font-size: 10pt;
	color: #ed1c24;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
		
.text {
	font-size: 8pt;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.textw {
	font-size: 8pt;
	color: #f5f5f5;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.text2 {
	font-size: 9pt;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.footertext {
	font-size: 8pt;
	color: #cccccc;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.header {
	font-size: 11pt;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #ed1c24;
	padding: 3px;
	
}
	
.whitetxt {
	font-size: 11pt;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.whitetxt2 {
	font-size: 8pt;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}
