@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #fff;
}
a:link {
	color: #FF0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	text-decoration: underline;
	color: #660;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
.mainTable {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-align: center;
}
.leftTable {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.rightTable {
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: right;
	vertical-align: middle;
	padding-right: 15px;
	color: #FFF;
}
.boldCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
}

