/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E93E02;
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x
}
body,td,th {
	font-size: 11px;
	color: #FFCC00;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
a:link {
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF66;
}
a:hover {
	text-decoration: underline;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}
