.default {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.defaultbold {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

.defaultwhite {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

.title {
		font-family: "arial";
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		color: #B7A25A;
}

.titlebluelarge {
		font-family: "arial";
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		color: #505050;
}

.defaultsmall {
		font-family: "arial";
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		color: #666666;
}

.defaultsmallverdana {
		font-family: "verdana";
		font-size: 8pt;
		font-weight: normal;
		font-style: normal;
		color: #666666;
}

.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 : White;
	color: Black;
	font-family: "verdana";
	border : 1px solid Gray;
}

.titlesub {
	font-family: "arial";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #00CE00;
}


#sub               {
	text-decoration:none;
	color: #00509F;
	font-weight : bold;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-size : 8pt;
}
#sub:hover         {
	text-decoration:none;
	color:#D9CEA8;
	font-weight : bold;
}

#subwhite             {
	text-decoration:none;
	color: #FFFFFF;
	font-weight : normal;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-size : 8pt;
}
#subwhite:hover         {
	text-decoration:none;
	color:#D9CEA8;
	font-weight : normal;
}

#link               {
	text-decoration:none;
	color: #FF80FF;
	font-weight : normal;
	font-family : "Arial";
	font-size : 9pt;
}
#link:hover         {
	text-decoration:none;
	color:#00D900;
}
