body.main {
	margin-right:0;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	font-family:Verdana,Helvetica;
	color:#000000;
  	scrollbar-base-color:#68B500;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#ffffff;
  	scrollbar-darkshadow-color:#68B500;
  	scrollbar-face-color:#68B500;
  	scrollbar-highlight-color:#68B500;
  	scrollbar-shadow-color:#ffffff;
  	scrollbar-track-color:#A4D366;		
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

div.content {
	overflow:auto;
	width:100%;
	height:100%;	
	
}

div.leftcontent {
	overflow:auto;
	width:100%;	
	
}

b {
	color:#000000;
}

b.red {
	color:#AE0B05;
}

hr {
	color: #68B500;
	border: dashed 1px #68B500;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height:1px;

}

td.menu {
	font-size: 8pt;
}

td {
	font-size: 8pt;
	line-height: 20px;
}

td.text {
	font-size: 8pt;
	line-height: 20px;
}

td.small {
	font-size: 7pt;
	color: #cccccc;
}

h1 {
	font-size: 12pt;
	font-weigth:bold;
	color:#006235;
	margin-bottom:15px;
	margin-top:0px;
}

h2 {
	color:#006235;
	font-size:10pt;
	font-weigth:bold;
	margin-bottom:5;
	margin-top:0px;
}

h3 {
	color:#006235;
	font-size:8pt;
	font-weigth:bold;
	margin-bottom:5;
	margin-top:0px;
}

ul {
	margin-top:8;
	margin-bottom:8;
}

li {
	list-style-type:square;
}

.bordered {
	border: solid 1px #68B500;
}

input, textarea, select, button {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family:Verdana,Helvetica;
	font-size:8pt;
}

a.white {
	color: #ffffff;
	text-decoration:none;
}

a.white:hover {
	text-decoration:none;
	color: #F2E4C3;
}

a {
	color:#A4D366;
	text-decoration:none;
}

a:hover {
	color:#68B500;
	text-decoration:none;
}



