.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	width:90%;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
.textTitleSmall {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: 2D97B9;


}
.textTitleMedium {
	font-family: "Century Gothic";
	font-size: 120%;
	color: 2D97B9;
	font-weight: lighter;

}	
.textTitleLarge {
	font-family: "Century Gothic";
	font-size: 150%;
	color: #2D97B9;
	font-weight: lighter;
	text-decoration: none;



}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066FF;
	font-size: 9px;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
.textTitleMainWhite {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.textWindowHeader {
	font-family: "Century Gothic";
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}
 a#White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	text-decoration:none;
 }
a#White:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	text-decoration: underline; 
 }