/* Default CSS Stylesheet for a new Web Application project */


a:link {
	color: 003b71;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 003b71;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #660000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style3 {font-size: 10px}
.style5 {font-size: 10px; color: #003b71; }
.style6 {font-size: 12px}
.style9 {font-family: Arial, Helvetica, sans-serif}

.style11 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style12 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style14 {color: #003b71;
	font-weight: bold;
}
.style15 {
	font-size: 18px;
	color: #003b71;
}
.style21 {color: #000000}
.style22 {color: #003b71; font-weight:bold}
.style18 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.borderleft1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 003b71;
}
clsValidator 
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: Red;
	font-size: 10px;
}