@charset "utf-8";
.MainTable {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.MaintableText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 4px;
	padding-left: 60px;
}
.FooterBG {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	background-attachment: scroll;
	background-color: #EEE;
	background-image: url(../images/btmShape.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px;
	line-height: 1.5em;
}
.FooterBG a:visited {
	color: #F90;
	text-decoration: none;
}
.FooterBG a:hover {
	color: #FFF;
	text-decoration: underline;
}
.FooterBG a:active {
	color: #F90;
	text-decoration: none;
}
.FooterBG a:link {
	color: #F90;
	text-decoration: none;
}
.MaintableText a:link {
	color: #06F;
	text-decoration: none;
}
.MaintableText a:visited {
	color: #06F;
	text-decoration: none;
}
.MaintableText a:hover {
	color: #930;
	text-decoration: underline;
}
.MaintableText a:active {
	color: #06F;
	text-decoration: none;
}
