/* CSS Document */


body {
	background-color: #f7b172;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-x;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF3024;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.Style1 {
	color: #000000
}

</style>

