/*.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	/*background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid black;*/
.hrcolor {
	color: #007B85;
}
a:link { 
	color:black;
	text-decoration: none;
	}
a:visited { 
	color: black;
	text-decoration: none;
	}
a:hover { 
	color: #007B83;
	text-decoration: none;
	}
a:active { 
	color: black;
	text-decoration: none;
	}