body {font-family:arial;font-size;12px;background-color:#006633;margin-top:0px;}

H1 {font-size:24pt;} 

.table1 {background-color:white;}

.menubar {background-color:#054C24;border-right:1px solid black;padding:10px;}

.content {padding:20px;}

.h2 {color:red;}

.looklikelink {color:blue; text-decoration:underline;}

.menutext {font-size:10pt;}

.subform {font-size:10pt;}

.subbutton {font-size:9pt;}

.bgtext {color:black;}

.cright {font-size:10pt;}

.footmenu {font-size:9pt;}

.bglink {color:black;}

.bp {padding-bottom:10px;}

.bpt {padding-top:10px;padding-bottom:10px;}

.hl {background-color:yellow;}

.hr {margin-top:10px;margin-bottom:10px;}

table.sample {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.outer {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
}
.smalltext {font-size:10pt;}

.smallertext {font-size:9pt;}

.largetext {font-size:14pt;}

.largertext {font-size:16pt;}

.floatleft {float:left;margin-right:10px;margin-bottom:10px;}

.floatright {float:right;margin-left:10px;margin-bottom:10px;}

.formbuttonhl {background:yellow;}

.cartbg {background-color:#FFFF94;color:black;}

.cellbar {background-color:#006633;color:black;}

.carttext {font-size:10pt;}

.testimonialbg {background-color:#FFFF94;color:black;}

.menutest {font-size:10pt;}

.popuptext {font-size:11pt;}

.redbox {border:5px solid red;}

.forminput2 {background: #FFFF99 ;}

.subtext {color: white;}

.3waylinks {
	color:white;
	font-size:10pt;
}
.3waylinks A {
	color:white;
	font-size:10pt;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 300px;
border: 1px solid black;
padding: 2px;
background-color: yellow;
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);
}

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

