.text9 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9;
	font-weight : normal;
	font-style : normal;
	color : White;
}
.text9B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9;
	font-weight : normal;
	font-style : normal;
	color : Black;
}
.text9B_B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9;
	font-weight : bold;
	font-style : normal;
	color : Black;
}
.text10 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : normal;
	font-style : normal;
	color : White;
}
.text12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : normal;
	font-style : normal;
	color : White;
}
.text12B_B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : normal;
	font-style : normal;
	color : Black;
}
.text12_B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;
	font-style : normal;
	color : White;
}
.text16red_BI {
	font-style : italic;
	font-weight : bold;
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

input.email, textarea.email, select.email {
border : 0px solid Black;
background-color : white;
color : black;
font-size : 9px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : normal;
height: 2em; /* replace 2em with your chosen value, in px or whatever */
}