.style1 {color: #CC0000}

/************ Links styles **************/

#Links{
	margin: 0px;
	padding: 0;
	padding-bottom: 100px;

}
#Links h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}

#Links a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CDDCF1;
	background-image: none;
	font-weight: 200;
	text-decoration: none;
}

#Links a:link, #Links a:visited {
	display: block;
	border-top: 1px solid #333333;
	background-image:  url("bg_nav.jpg");
	font-weight: 200;
	padding: 3px 0px 3px 10px;
	color: #666666;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: thin;
	text-decoration: none;
}

