/* CSS Document */
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/bgimage.jpg);
	background-repeat:repeat;
}
.style3 {
	font-size: 12px;
	font-weight: lighter;
	color: #070F3E;
}
.style5 {font-size: 12px; color: #FFFFFF; }
a:active {
	text-decoration: none;
}
.style6 {font-size: 10px}
