.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.boxhdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.tnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.btmnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
		text-decoration: none;
}
 a{
 text-decoration:none
 } 
 h1{
 	font-family: Arial;
	font-size: 18px;
		font-weight: bold;
	color: #008000; 
	margin-bottom: 1; 
	padding-bottom: 1;
	padding-top: 1;
	line-height:18px; 
	display:inline; 
 } 
  h2{
 	font-family: Arial;
	font-size: 14px;
		font-weight: bold;
	color: #008000; 
	margin-bottom: 1; 
	padding-bottom: 1;
	padding-top: 1;
	line-height:14px; 
	display:inline; 
 } 

 
 
 
 
 
 
 
.bnav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E7F12;
	text-decoration: none;
}
table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 3px;
	border-style: outset outset outset outset;
	border-color: green green green green;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}