
#dropmenudiv{
	position:absolute;
	border:1px solid gray;  /*dropmenu box border color*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F9D051;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F38C01;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
#forms a:hover {
	text-decoration: none;
	color: #ef8700;
}



#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #F38C01;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}

img {border:none;}


#main .bubble p 
{
	color: #333333;
	font-family: arial,verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 7px;
	margin-left: 0pt;
	padding-right: 5px;
	text-align: justify;
}

a.button {	display: block;		height: 20px;	padding: 15px 20px 10px 45px;	color:#666666;	text-decoration: none;	background:url(../images/button.jpg) no-repeat 0px 0px;	}

a.button:hover {	color:#333333;	background:url(../images/button.jpg) no-repeat 0px -45px;	}


a.warning {	display: block;		height: 20px;	padding: 15px 20px 10px 45px;	color:#666666;	text-decoration: none;	background:url(../images/warning.jpg) no-repeat 0px 0px;	}
a.warning:hover {	color:#333333;	background:url(../images/warning.jpg) no-repeat 0px -45px;	}

