body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgWeb.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: "CG omega", "CG omega";
	font-weight: normal;
	font-size: 14px;
	color: #0B0B0B;
}
a:link {
	text-decoration: none;
	color: #CC6600;
}
a:visited {
	text-decoration: none;
	color: CC6600;
}
a:hover {
	text-decoration: none;
	color: CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
td{
	font-family: "CG omega", "CG omega";
	font-weight: normal;
	font-size: 14px;
	color: #0B0B0B;
}
.foot{
	background-image: url(images/foot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFB435;
}
-->