body {
	background-image: url(../images/pixel_green.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

a {
	text-decoration: underline;
	color:#006633;
}

a:hover {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

html>body .nav ul li a {
		width: auto;
}
	
.nav {
	width: 100%;
	background-color: #425841;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
}

.nav ul li a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#425841;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: 100%;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.cellheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336633;
}
.cell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
}


.nav ul li a:hover {
		background-color: #597757;
}

.nav ul li ul li a{
	display: block;
	font-size: 12px;
	background-color: #597757;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}

.nav ul li ul li a:hover{
	background-color: #425841;
}
.table_border  {
	border: 1px solid #000000;
	margin: 5px;
}
.cell_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 3px;
}
