body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CAE800;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #002a5b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

form {
	margin: 0px;
	}

select, input, textarea {
	font-family: Verdana;
	border: 1px solid #000000;	
	font-size: 10px;
	background-color: white;
	background-image: url(images/inputbg.jpg);
	}

h1 {
	background-color: #002a5b;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	color: white;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	color: #cae800;
	}

h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.vmenu h2 {
	font-size: 13px;
	display: block;
	color: #63811b;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

h2 {
	font-size: 13px;
	display: block;
	color: #002a5b;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	border-bottom: 1px solid #999999;
	}


.pic img {
	border: 4px solid #8fc629;
	}

.pic:hover img {
	border: 4px solid #000000;
	}

.buttonstyle {
	background: none;
	background-color: #002a5b;
	color: white;
	font-weight: bold;
	margin-top: 4px;
	border: 1px solid #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 10px;
background-color: #ffffc0;
visibility: hidden;
z-index: 100;
color: #000000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* ------------------- */

.menu td {
	color: #CCCCCC;
	}

.menu td a {
	color: white;
	}

.menu td a:hover {
	color: #CCCCCC;
	}


.dcsel {
	background-color: #999999;
	float: left;
	color: black;
	border: 1px solid #000000;
	padding: 4px;
	margin: 1px;
	margin-right: 3px;
	}

.dcsel_a {
	background-color: #666666;
	float: left;
	color: white;
	border: 1px solid #000000;
	padding: 4px;
	margin: 1px;
	margin-right: 3px;
	}

.dcsel:hover, .dcsel_a:hover {
	background-color: #BBBBBB;
	float: left;
	color: #000000;
	border: 1px solid #000000;
	padding: 4px;
	margin: 1px;
	margin-right: 3px;
	}


