/* CSS Document */
body {
	background-image: url(bg.jpg);
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #3a3a3a;
}
.style2 {
	color: #0471b3;
	font-family: Tahoma;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style3 {font-family: Tahoma; font-size: 10px; color: #A8A8A8; }
.button {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	border: 1px solid #A5ACB2;
}
