/* CSS Document */

body {
	background-color: #d6d4d1;
	margin: 0 0 0 0;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

p {
	padding-left: 120px;
	padding-right: 275px;
	padding-top: 20px;
	}

a:link {
	color: #595959;
	text-decoration: underline;
	}

a:hover {
	color: #595959;
	text-decoration: none;
	}

a:visited {
	color: #595959;
	text-decoration: underline;
	}
	
#dropmenudiv{
position:absolute;
border:1px solid #595959;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #595959;
color: #595959;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DDD4CB;
}

.frm_but {
 font: normal 10px verdana, arial, helvetica;
 color: #595959;
 background-color: #DDD4CB;
 border: 1px solid #595959;
}


