/* CSS Document */
<!--
a.x:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.x:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.x:active {
	color:#ffffff;
	text-decoration:none;
}
a.x:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	font-size: 24px;
	font-weight:bold;
}
.style2 {
	font-size: 18px;
	font-weight:bold;
}
.style3 {
	font-size: 16px;
}
body {
	background-image: url(bgimg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:16px;
	margin-left:40px;
	margin-right:40px;
	text-align:justify
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #003399;
}
-->
