a.nav:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav:hover {
	text-decoration: none;
	color: Black;	
	background:#FF6600;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav:active {
	text-decoration: none;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.bg {
	background-color: #3D3D3D;
}
a:link {
	text-decoration: none;
	color: Black;	
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: Black;
}
a:active {
	text-decoration: underline;
	color: black;	
}
.text12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	font-weight: normal;
	}
.text12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	font-weight: bold;
	}
.text_orange {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    color:#FF6600;
	}
.text_orangebold {
     font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    color:#FF6600;
	font-weight:bold;
	}
.image {
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	margin: 5px;	
	
	
	
	
