/* CSS Document */
body {
	background-image: url(images/bg.jpg);
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.style2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #E08B0C;
	font-weight: bold;
	text-decoration: underline;
}
.style3 {
	color: #175794;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma;
}	
.button {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	border: 1px solid #A5ACB2;
}
