#dropmenudiv{
	position:absolute;
	border:0px solid #f4f4f4;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	background-color: #f4f4f4;
	padding:0px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	color:#000000;
	background-color: #f4f4f4;
	border:0px solid #f4f4f4;
	padding:0px;
}

#dropmenudiv a:hover
{ 
	/*hover background color*/
	background-color: #FF8400;
	color:#ffffff;
	border: 0px solid #FF8400;
	text-decoration : none; 
	font-weight : bold; 
	padding:0px;
}

td
{
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

A:link 
{
	color: #FF8400;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

A:active 
{
	color: #FF8400;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

A:visited {
	color: #FF8400;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	color: #FF8400;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

A.linkbody:link 
{
	color: #FF8400;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
}
A.linkbody:active 
{
	color: #FF8400;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
}

A.linkbody:visited {
	color: #666666;
	font-size: 13px;
	text-decoration: underline; 
	font-weight: normal;
}

A.linkbody:hover {
	color: #000000;
	font-size: 13px;
	text-decoration: underline; 
	font-weight: normal;
}

A.default:link 
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
A.default:active 
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

A.default:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none; 
	font-weight: normal;
}

A.default:hover {
	color: #FF8400;
	font-size: 11px;
	text-decoration: none; 
	font-weight: normal;
}
A.navtop:link 
{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
A.navtop:active 
{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

A.navtop:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none; 
	font-weight: normal;
}

A.navtop:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: none; 
	font-weight: normal;
}


.inputtext	
{
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        border-color : #DDE5E5;
       
	font-size : 13px;
	font-weight : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333333;
	width: 100%;
}

textarea	
{
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        border-color : #DDE5E5;
        
	font-size : 13px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #353535;
	width: 100%;
}

.inputselect	
{
	width : 100%;
	color : #353535;
	font-size : 13px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	background : #ffffff;
}
.button	
{
        border-top-width : 1px;
        border-right-width : 1px;
        border-bottom-width : 1px;
        border-left-width : 1px;
        border-color : #ffffff;
        background: #999999;
	font-size : 13px;
	font-weight : normal;
	font-family :Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #ffffff;
	text-align:center;
}


