td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#806C59;
}

td.head {
	text-align: center;
	vertical-align: middle;
	font-family:Tahoma;
	font-size:26px;
	color:#ffffff;
        font-weight: bold;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#002449;
}

a.text {

	text-decoration: underline;
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#806C59;
	font-weight: normal;
}

A:Hover  {
	color : #002449;
	text-decoration : underline;
}

H1 {
	color: #002449;
	font-weight: bold;
	font-size : 16px;
}
H2 {
	color: #002449;
	font-size : 14px;
}

.results{
margin-left:25px;
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display:block;
color: #806C59;
height: 20px;
cursor:hand;
cursor:pointer;
}

.submenu{
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
text-decoration: none;
}

.hide{
display: none;
}

.show{
display: block;
}

/* style used for result collapse */
.handcursor{
cursor:hand;
cursor:pointer;
}