/* globals */
body 
{  
   margin: 0;
   font-family: verdana,helvetica,sans-serif;
   font-size:10px;
   color: #333;
   background: #edf0eb;
   font-weight:bold;
}

.h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #689a17;
}

.sectionTitle{
	background-color:#d7dbd7;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:0px;
}


.h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #689a17;
	padding-bottom:5px;
}

.textBox { 
 font-size: 10px; 
 background-color: #fff; 
 border: 1px solid #666666; 
}

.textArea { 
 font-size: 11px; 
 background-color: #fff; 
 border: 1px solid #666666;
 padding:2px; 
}

.mainTable 
{
	border-color: #999999;
	border-collapse: collapse;
}
.mainText
{  
   margin: 0;
   font-family: verdana,helvetica,sans-serif;
   font-size:10px;
   color: #333;
   background: #edf0eb;   
   font-weight:normal;
}
a:link, a:visited {
   color: #333;
   text-decoration: underline;
}

a:hover { 
   color: #333;
   text-decoration: none;
}