body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/bcg.gif');
}
.clean_list {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: left;
}
.clean_list li {
	padding: 2px;
	margin-bottom: 3px;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #515151;
	font-weight:bold;
	margin-right:15px;
	width: 197px;
	float:right;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0099cc;
}
.style3 {
	font-size: 11px;
	color: #0099cc;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099CC;
	border: thin dotted #035E7C;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: thin dashed #0099CC;
	width: 260px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

#leftMenu {
		list-style:none;  
		margin-left: -40px;
}

#leftMenu ul li { 
		margin-left: -35px; 
		list-style:none; 
		background-color: #0099CC; 
		padding-top: 2px; 
		padding-bottom:2px; 
		border-bottom: 1px solid white;
		padding-left: 10px;

}
#leftMenu ul li a {
        color: white; 
        font-family:Arial; 
        font-weight: normal; 
        font-size: 11px;
		padding:2px 0;
		display: block;

}
#leftMenu ul li a:hover {
    color: #FFA200;
}

#leftMenu .active {
    color: #FFA200;
}
