body {
	background:#006600;
	background-image:url(images/bg.gif);
	padding:0px;
}

body, td, p {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

p {
	margin-top:0px;
	margin-bottom:10px;
	line-height: 15px;
}

a {
	color:#006600;
}

a:hover {
	color:#00FF00;
}

table.main {
	background:white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

a.nav {
	color:white;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:10px;
	margin-right:10px;
}

a.nav:hover {
	color:#00FF00;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:10px;
	margin-right:10px;
}

a.contact {
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:10px;
	margin-right:10px;
	background: #9CD18C;
}

a.contact:hover {
   color: white;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:10px;
	margin-right:10px;
	background: #9CD18C;
}

.titlebar {
	color:white;
	font-weight:bold;
	font-size:10px;
	background:#2C2C2C;
	background-image:url(images/titlebar_bg.gif);
	height:23px;
	background-repeat:repeat-x;
}

.menubar {
	background:#219000;
	background-image:url(images/menubar_bg.gif);
	background-repeat:repeat-x;
	height:33px;
}

.footerbar {
	background:#219000;
	background-image:url(images/menubar_bg.gif);
	background-repeat:repeat-x;
	height:33px;
	color:white;
	text-align:center;
	font-size:10px;
}

.black {
	background:black;
}

.content {
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.bg_table {
	background-image:url(images/table_bg2.gif);
	background-repeat:repeat-x;
}

.menu_right {
	height:33px;
	background-image:url(images/menubar_right.gif);
	background-repeat:no-repeat;
	width:253px;
	text-align:right;
	padding-right:10px;
	background-position: right top;
}

ol {
        list-style-position: outside;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
		margin-left : 25px;
		margin-right : 15px;
}

ul {
        list-style-position: outside;
        list-style-type: square;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
		margin-left : 25px;
		margin-top : 5px;
		margin-bottom : 10px;
		margin-right : -5px;
}

li {
        margin: 5px 5px 5px 5px;
		  color: black;
}