/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.menu {font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; }
.style3 {
	font-family: Arial;
	font-size: 12px;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	text-decoration: none;
}
.links {
	font-family: Arial;
	font-size: 12px; 
	color: #fff;
	}
.links a:link {
	color:#fff;
	text-decoration: none;
}
.links a:visited {
	color:#fff;
	text-decoration: none;
}
.links a:hover {
	color:#fff;
	text-decoration: underline;
}
.links a:active {
	color:#fff;
	text-decoration: none;
}
div.div {
border:1px dotted #fff;
text-decoration:none; 
margin-top: 15px;
padding:3px; 
text-align:left; }
-->

