body {
   background-color: #FFFFFF;
   color: #072C63;
   font-family: verdana;
   font-size: 13px;}

td {
   color: #072C63;
   font-family: verdana;
   font-size: 13px;}

	
a:link {
	color: #2B85BA;
	text-decoration: none;}

a:visited {
	color: #C0C0C0;
	text-decoration: none;}

a:active {
	color: #2B85BA;
	text-decoration: none;}

a:hover {
	color: #FF0000;
	text-decoration: none;}



table.form
{
	border: solid 1px #2984b5;
	border-collapse: collapse;
}

tr.title
{
	background-color: #2984b5;
}

tr.title1
{
	height: 10px;
}

td.title
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

td.label
{
	font-weight: bold;
	text-align: right;
	width: 40%;
}

.form
{
   color: #000000;
   font-family: verdana, arial, sans-serif;
   font-size: 11px;	
}

.example
{
	font-size: 10px;
	font-weight: normal;
}

.required
{
	color: #ff0000;
	font-weight: bold;
}

