/* Default CSS Stylesheet for a new Web Application project */
.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text10 {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.text11 {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text12 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.boldtext11 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.boldtext14 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.boldtext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.boldbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Blue;
	font-weight: bold;
	text-decoration: none;
}
.redtext12 {
	font-family: Arial;
	font-size: 12px;
	color:Red;
	text-decoration: none;
}
.blacklink 
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.greylink {
	color: #999999;
	text-decoration: none;
}
.linkpurple {
	color: #7787AF;
	text-decoration: none;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.formbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.head_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:700;
	color: #ffffff;
}
.head_swhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
