﻿body  {
	margin: 0;
	padding: 0;
}

table  {
	border-collapse: collapse;
}
															/* style your navigation cell here */
.bar {
	background-color: #003300;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: arial;
}
															/* DROP DOWN NAVIGATION */


.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #2B4A43;
	border-bottom-width: 0;
	font: normal 12px arial;
	line-height: 22px;
	z-index: 100;
	background-color: #C8C8AC;
	width: 165px;								/* THIS IS THE WIDTH OF THE SUB MENUS */
	text-decoration: none;
}
.anylinkcssmain {
	color: #FFF;
	font: normal 12px arial;
	text-decoration: none;
}
a.anylinkcssmain  {
	color: #FFF;
	font: normal 12px arial;
	text-decoration: none;
}
a:link.anylinkcssmain  {
	color: #FFF;
	font: normal 12px arial;
	text-decoration: none;
}
a:active.anylinkcssmain  {
	color: #FFF;
	font: normal 12px arial;
	text-decoration: none;
}
a:visited.anylinkcssmain {
	color: #FFF;
	font: normal 12px arial;
	text-decoration: none;
}
a:hover.anylinkcssmain  {
	color: #FFF;
	font: normal 12px arial;
	text-decoration: none;
}
.anylinkcss a {
	width: 100%;
	display: block;
	color: #000;
	text-indent: 3px;
	font: normal 12px arial;
	border-bottom: 1px solid #676767;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
}
.anylinkcss a:active {
	background-color: #C8C8AC;
	font: normal 12px arial;
	color: #000;
	text-decoration: none;
}
.anylinkcss a:visited {
	background-color: #C8C8AC;
	font: normal 12px arial;
	color: #000;
	text-decoration: none;
}
.anylinkcss a:hover {
	background-color: #003300;
	font: normal 12px arial;
	color: #FFF;
	text-decoration: none;
}
.anylinkcss a:active {
	background-color: #C8C8AC;
	font: normal 12px arial;
	color: #000;
	text-decoration: none;
}
