@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bgrd.gif);
	background-repeat: repeat-y;
	background-color: #8F9191;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #000000;
	font-weight: bold;
	letter-spacing:0.025em;
	
}
.style2 {color: #666666}

a:link {
	color: #606E86;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606E86;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.style5 {	font-size: large;
	font-weight: bold;
}
