/* CSS Document */
a:link {
	color:#006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	
	}
a:active {
	text-decoration: underline;
	color: #333333;
	
}


.style1 {
	color:#006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;

}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color:#666666; line-height:20px;
}
.style3 {color: #006600}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #EBEBE1;
}
.style4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}
.style5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#666666;;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color:#333333; font-weight:lighter;
}
.style7 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color:#666666;
	font-weight: bold;
}
