body {
   background-color: #EBEBEB;
   color: #000000;
   font-family: arial;
   font-size: 12px;
  }

td {
   color: #000000;
   font-family: arial;
   font-size: 12px;}

	
a:link {
	color: #143C8C;
	text-decoration: underline;}

a:visited {
	color: #404040;
	text-decoration: underline;}

a:active {
	color: #143C8C;
	text-decoration: none;}

a:hover {
	color: #FB0002;
	text-decoration: none;}


#topnav {
position: relative;
margin: 17px auto 0 auto;
width: 230px; 
height: 18px;
background: url(images/topnav1.gif) left top no-repeat;
}

#topnav a { 
height: 18px;
top: 0;
display: block;
position: absolute;
}
	
table.form
{
	border: solid 1px #153b8c;
	border-collapse: collapse;
}

tr.title
{
	background-color: #153b8c;
}

tr.title1
{
	height: 10px;
}

td.title
{
	font-family: arial, verdana, 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: arial, verdana, sans-serif;
   font-size: 11px;	
}

.example
{
	font-size: 10px;
	font-weight: normal;
}

.required
{
	color: #ff0000;
	font-weight: bold;
}
	