@charset "utf-8";
/* CSS Document */

.greenNav
{
	background-color:#00810D;
	font-family:arial;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

 .greenNav a
{
	color:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}

.greenNav a:hover
{
	color:#FFB203;
}

.tabTable div
{
	font-family:arial Narrow, arial;
	font-weight:bold;
	font-size:15px;
}

.tabTable a
{
	color:#FFFFFF;
	text-decoration:none;
}

.tabTable a div
{
	width:125px;
	height:25px;
	text-align:center;
	background-image:url(images/btn_dark.gif);
	background-repeat:no-repeat;
	padding-top:3px;
	cursor:pointer;
}
.tabTable a:hover div
{
	width:125px;
	background-image:url(images/btn_light.gif);
}

.tabTable a div.active
{
	width:125px;
	color:#000000;
	background-image:url(images/btn_light.gif);
}


.tabTable a:hover
{
	text-align:center;
	color:#000000;
}


.list li.title a 
{
	/**background:transparent url(images/bullet_arrow.gif) no-repeat scroll 3px center;**/
	border-bottom:0 dotted #727272;
	color:#4E4E4E;
	font-size:15px;
	font-weight:normal;
	padding-left:0px;
	text-decoration:none;
	font-family:arial narrow;
	font-weight:bold;
	line-height:25px;
}
.list li.title a:hover {
	/* Side Table Category Link Definitions */
color:#000000;
	font-size:15px;
	background-color: #FFB203;
}

.side_link 
{
background:transparent url(images/bullet.gif) no-repeat scroll 5px center;
color:#4E4E4E;
display:block;
padding:1px 0 1px 0px;
text-decoration:none;
}

a
 {
color:#000000;
font-family:Arial;
}


ul
{
	margin-left:0px;
}

.list {
margin : 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.list li {
margin-left : 0px;
}
body {

}