body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}
form
{
padding:0;
margin:0;
}
ul {
list-style-type:none;
margin:0; 
padding:0; 
						}
A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}

.search_small {
	font-family: Arial;
	font-size: 12px;
	color: #003300;
	padding-right: 8px;
	padding-left: 15px;
	font-weight: bolder;
}
.search_big {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	padding-right: 8px;
	padding-left: 15px;
}

/*----------  list_1	 ---------------------*/
.list_1	li	{
	background-image: url(images/marker_1.gif);
	background-position:8px 8px;
	background-repeat:no-repeat;
	font-size:12px;
	height:27px;
	line-height:20px;
	color:#5E5E5E;
	border-bottom:1px solid #D7D7D7;
	font-family: Arial;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
	background-color: #9CB30D;
	display: block;
	
						}
.list_1 li a	{
						color:#003366;
						text-decoration:none;
						font-size:12px;
						display: block;
						overflow: auto; 
						width: 100%;
						}
.list_1 li a:hover	{
						color:#FF00FF;
						text-decoration: underline;
						font-size:12px;
						display: block;
						}
.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	
}
.top_nav a {
	color: #000000;
	padding-right: 45px;
	padding-left: 5px;
	text-decoration: none;
}
.top_nav a:hover{
	color: #FF0000;
	padding-right: 45px;
	padding-left: 5px;
	text-decoration: underline;
}
.call_color {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.4;
	cursor: hand;
}