td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mainTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	font-style: italic;
}
.smallPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
iframe {
	position: relative;
	top: -25px;
}

a:link, a:visited {

}
a:hover {

}

a.sbm:link, a.sbm:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}

a.sbm:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6E1E75;
}

a.enter:link, a.enter:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #711F75;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #711F75;
}

a.enter:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}