/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	}
	
body{
	background-image:url(images/bodybgrepeat.gif);
	background-repeat:repeat-x;
	background-color:#030401;
	}
h2{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:15px;
	
}
p{
	margin-bottom:10px;
	}
h3, .h3{	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	}
a{
	color:#464d2e;
	}
.content{
	margin-left:30px;
	margin-top:40px;
	margin-right:30px;
	margin-bottom:30px;
	}

	
.container{
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-y;
	}
.rightcol{
	background-image:url(images/navbg.gif);
	background-repeat:no-repeat;
	}
.nav {
	margin-top:5px;
	margin-left:30px;
}
.nav tr td{
padding-bottom:7px;
}
.nav tr td a{
	color:#FFFFFF;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
	display:block;
	float:left;
	border-right: 1px solid #8cc63e;
	font-size:11px;
	}
	.nav tr td a:hover{
		color:#8cc63e;
		}
.tbl{
	margin-top:10px;
	}

.tbl tr td{
	padding:5px;
	color:#FFFFFF;
	}
.tbl tr td input{
	color:#232812;
	}

.tb2{
	margin-top:10px;
	background-color:#464d2e;
	}
.tb2 tr td{
	padding:5px;
	background-color:#e9f5d8;
	}
.thead{
	background-color:#464d2e !important;
	color:#ffffff;
}
.tblfoot{
	text-align:right;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	color:#FFFFFF;
	}
.tblfoot a{
	color:#ffffff;
	}


ul{
	margin-left:20px;
	}
.img{
	margin:5px;
	}
.mytbl tr td{
background-color:#DCFFAF;
padding:5px;
}
.trh td{
background-color:#C2EF86 !important;
}
.g1{
background-color:#cadc8b !important;
}
.g2{
background-color:#b3d67f !important;
}
.g3{
background-color:#8ac580 !important;
}
.g4{
background-color:#9ecd58 !important;
}
.or1{
background-color:#f9a351 !important;
}
.or2{
background-color:#f1c392 !important;
}
.or3{
background-color:#e28f39 !important;
}
.or4{
background-color:#e2713e !important;
}
.or5{
background-color:#9c847b !important;
color:#ffffff;
}
.or6{
background-color:#e69e54 !important;
}
.hed{
background-color:#454d2d !important;
color:#ffffff !important;
font-weight:bold !important;
}