.default {
		font-family: "arial";
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		color: #899BB8;
}

.titleorange {
		font-family: "arial";
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
		color: #FF8000;
}

.titlegreen {
		font-family: "arial";
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
		color: #00CE00;
}

.title {
		font-family: "verdana";
		font-size: 11pt;
		font-weight: bold;
		font-style: normal;
		color: #899BB8;
}

.defaultsmall {
		font-family: "arial";
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		color: #FFFFFF;
}

.arial8 {
	font-family: "arial";
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #9CBDEF;
}

.arial8_white {
	font-family: "arial";
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

.subNS {
	font-family: "arial";
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #00D900;
}

.alert {
	font-family: "arial";
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: Red;
}

.form {
	font-size: 8pt;
	font-style: normal;
	background-color : #FFFFFF;
	color: Black;
	font-family: "verdana";
	border : none;
}

.titlesub {
	font-family: "arial";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #00CE00;
}

#sub               {
	text-decoration:none;
	color: #FF8000;
	font-weight : bold;
	font-family : "Arial";
	font-size : 9pt;
}
#sub:hover         {
	text-decoration:none;
	color:#899BB8;
	font-weight : bold;
}

#sublarge               {
	text-decoration:none;
	color: #FFFFFF;
	font-weight : bold;
	font-family : "Arial";
	font-size : 12;
}
#sublarge:hover         {
	text-decoration:none;
	color:#00D900;
	font-weight : bold;
}

#subsmall               {
	text-decoration:none;
	color: #FFFFFF;
	font-weight : bold;
	font-family : "Arial";
	font-size : 9;
}
#subsmall:hover         {
	text-decoration:none;
	color:#00D900;
	font-weight : bold;
}

#link               {
	text-decoration:none;
	color: #FF80FF;
	font-weight : normal;
	font-family : "Arial";
	font-size : 9pt;
}
#link:hover         {
	text-decoration:none;
	color:#00D900;
}