a:link {
	text-decoration: underline;
	color:#00A200;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color:#00A200;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	}

a:hover {
	color: #666666;
	text-decoration: none;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
}

.tbl1{
	border: 1px solid #CCCCCC;
	border-bottom: 0px;	
	border-left: 1px;	
	border-top: 0px;
}
.tbl12{
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	border-top: 0px;	
	border-right: 0px;	
}

.tbl2{
	border: 1px solid #CCCCCC;
	border-top: 0px;
}

.txtnormal {
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.header1 {
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	color: #5A9F17;
	text-decoration: none;
	font-weight: bold;
}
.headermn {
	font-family: Helvetica;
	font-size: 16px;
	color: #006A00;
	text-decoration: none;
	font-weight: 600;
	display: table-caption;
}


.btnclass {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Microsoft Sans Serif;
	font-size: 10px;
	}

/* Main Navigation */
a.navigation{
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #B9BBB7;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
		padding-top: 2px;
	padding-left:8px;
}

a.navigation:link{
	color: #4A4A4A;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
}

a.navigation:visited {
	color: #4A4A4A;
    text-decoration: none;
	font-weight: 600;
}

a.navigation:hover {
	color: #FFFFFF;
	background-color: #E75518;
	text-decoration: none;
}
