td {
	text-align: left;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	color: white;
}

a {
	text-decoration: underline;
	color:#8f5929;
}

a:hover  {
	color : #cb8f58;
	text-decoration : underline;
}

h3 {
	color: yellow;
	font-weight: bold;
	font-size : 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.header {
	color: yellow;
	font-weight: bold;
	font-size : 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.heading1 {
	color: yellow;
	font-weight: bold;
	font-size : 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.headingtag {
	color: red;
	font-weight: bold;
	font-size : 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.headingtop {
	color: black;
	text-align:right;
	font-weight: bold;
	font-size : 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
table.moduletable th, div.moduletable h3 {
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.mainmenu {
	color: yellow;
	text-align: center;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/nav/blanc.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: red;
}

a.mainlevel#active_menu {
	color:black;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}
.mainlevel2:link, a.mainlevel2:visited {
	display: block;
	background: url(../images/nav/blanc.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel2:hover {
	background-position: 0px -25px;
	text-decoration: none;
	background:no-repeat;
	color: red;
}

a.mainlevel2#active_menu {
	color:black;
	font-weight: bold;
}
.ul{
	color: yellow;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;	
}

a.mainlevel2#active_menu:hover {
	color: #fff;
}
.nav  {
	color : #cccc00;
	text-decoration : none;
	font-size:10px;
}
.limenu{
	color:#cccc00;
	font-weight: bold;
}
.nav2  {
	color : #ffff33;
	text-decoration : none;
	font-size:10px;
}
.nav3  {
	color : #ffff33;
	text-decoration : none;
	font-size:12px;}
	
.kite3  {
	color : #ffff33;
	text-decoration : none;
	font-size:11px;
	font-family: tahoma;
}
.kite1  {
	color :#ffffff;
	text-decoration : none;
	font-size:10px;
}

.kite2  {
	color :#ffffff;
	text-decoration : none;
	font-size:10px;
}
#form_background {
	background-color:#8B8C00;
	border:1px yellow solid;
	padding:5px;
	width:350px;
	}
	
.legend  {
	color :#ffff33;
	text-decoration : none;
	font-size:12px;
	background: #556b2f;
}

#Question_Mark{
              font-size:34px;
			  text-decoration:none;
}
label{float: left;width: 115px;font-weight: bold;}
.input, .textarea{width: 180px;margin-bottom: 5px; color:#000;}
.input2{width: 70px;margin-bottom:2px;}
textarea{width: 250px;height: 150px;}
.boxes{width: 1em;}
#submitbutton{margin-left: 120px; margin-top: 5px; width: 90px; }
br{clear: left;}

/* this is the hover over box */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #8B8C00;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}