.body {
	background-color: #000000;
	margin:0px;
	
}
.whiteBg{
	background-color:#FFFFFF;
}
.copyright{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	height:25px;
}
.goldenBg{
	background-image:url(../images/goldenBg.gif);
	background-repeat:repeat-y;
}
.goldenBg2{
	background-image:url(../images/goldenBg2.gif);
	background-repeat:repeat-y;
}
.navigationBg{
	background-image:url(../images/navBg.gif);
	background-repeat:repeat-x;
	height:27px
}
.goldText{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#EFC63A;
}
.goldBigText{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#EFC63A;
}
.whiteText{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
}
.whiteBigText{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#ffffff;
}
.loginHeading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.whiteNormalText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}
a.whiteLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}
a.whiteLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
.inputBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:2px;
	font-weight:normal;
}
a.blackLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a.blackLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.redBg{
	background-color:#B30F05;
	width:181px;
	background-image:url(../images/yellowdotBg.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
.yellowBg{
	background-color:#EFC63A;
	width:181px;
	background-image:url(../images/redDotBg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.smallText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
a.footerLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}