.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	font-variant: normal;
}
.regText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: justify;
}
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00468A;
	text-align: justify;
}
.descrText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.descrLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
.descrFine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.descrTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.memorytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.seederText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: fff100;
}
.ghost {
	background-image: url(../images/ghost.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footerText a {
	color:#FFFF00;
}

.borders-banner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.borders-tl {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.borders-t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.borders {
	border: 1px solid #FFFFFF;
}
.borders-trb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.borders-r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* Popups */
.subPopupBG {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	display:none;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	background-color:#FFFFFF;
	z-index:1500;
}

.loginPopup {
	position:absolute;
	z-index:2000;
	display:none;
	top:200px;
	left:410px;
	width:400px;
	height:300px;
	border-color:#ffffff;
	border-width:2px;
	border-style:solid;
	background-color:#004489;
}

.loginPopupContent {
	color:#ffffff;
	padding:10px 35px 0px 25px;
}

.loginPopupSignin {
	font-size: 1.1em;
}

img { border: 0; }

a { color: #FF0; }

#officialrules td p
{
	font-family:verdana,arial;
	font-size:.7em;
	color:#000000;
	margin-bottom:0px;	
}