/* CSS Document */
.style3 {
	color: #3B6D4A;
	font-size: 13px;
		}
.style4 {font-weight: bold}
.style5 {font-size: 18px}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #3B6D4A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B6D4A;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}