/* CSS Document */

.text {
	font-family: ARIAL;
	font-size: 12pt;
	font-weight: bold;
	text-transform: normal;
	color: #CA0000;
	text-decoration: none;
}

.text1 {
	font-family: ARIAL;
	font-size: 10pt;
	font-weight: bold;
	text-transform: normal;
	color: #6500BA;
	text-decoration: none;
}

.text2 {
	font-family: ARIAL;
	font-size: 11pt;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	text-decoration: none;
}

.whitetext {
	font-family: ARIAL;
	font-size: 10pt;
	font-weight: normal;
	text-transform: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.text3 {
	font-family: ARIAL;
	font-size: 8pt;
	font-weight: normal;
	text-transform: normal;
	color: #275100;
	text-decoration: none;
}


.othertext {
	font-family: COURIER;
	font-size: 20pt;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	text-decoration: none;
}

.yellowheader {
	font-family: ARIAL;
	font-size: 16pt;
	font-weight: bold;
	text-transform: normal;
	color: #FFFF00;
	text-decoration:none;
}

a.turnpink:hover {
	color: #FF9898;
	text-decoration: none;
}
