body
{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
	font-family: arial,sans-serif;
	color: #000;
	font-size: 10pt;
}

td
{
	font-size: 10pt;
	font-weight: normal;
}

.homeBoxContent
{
	font-size: 10pt;
	line-height: 12pt;
	color: #585858;
	font-weight: bold;
}

p.reg-body
{
	font-size: 12pt;
	font-weight: normal;
}

.exDesc
{
	color: #9f9f9f;
	font-size: 7pt;
	letter-spacing: 1px;
}

span.ttl
{
	color: #ff0000;
}

.nav-bg
{
	height: 25px;
	background-image: url('images/bg-main-nav.gif');
	background-repeat: repeat-x;
}

hr.d {border: none 0;
	border-top: 1px solid #dedede;
	height: 1px;
	margin: 10px auto 0 0;
	}

a,a:link,a:visited
{
	text-decoration: underline;
	color: #00559E;
}

a:hover
{
	text-decoration: none;
}

.main-nav-off
{
	font-size: 8pt;
	color: #585858;
}

a.main-nav,a.main-nav:link,a.main-nav:visited
{
	font-size: 8pt;
	font-weight: bold;
	color: #585858;
}

a.main-nav:hover
{
	color: #000;
}

a.main-nav-rules,a.main-nav-rules:link,a.main-nav-rules:visited
{
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}

a.main-nav-rules:hover
{
	color: #585858;
}

a.r4r,a.r4r:link,a.r4r:visited
{
	font-size: 10pt;
	font-weight: bold;
	color: #585858;
	letter-spacing: 0px;
}

a.r4r:hover
{
	color: #000;
}

a.mostvotes,a.mostvotes:link,a.mostvotes:visited
{
	font-size: 10pt;
	color: #00559E;
	letter-spacing: 0px;
}

a.mostvotes:hover
{
	color: #008c98;
}

a.rulereg,a.rulereg:link,a.rulereg:visited
{
	font-size: 9pt;
	font-weight: bold;
	color: #585858;
	letter-spacing: 0px;
}

a.rulereg:hover
{
	color: #000;
}

.foot-nav-off
{
	font-size: 7pt;
	color: #b2b2b2;
}

a.foot-nav,a.foot-nav:link,a.foot-nav:visited
{
	font-size: 7pt;
	font-weight: bold;
	color: #b2b2b2;
}

a.foot-nav:hover
{
	color: #333;
}

a.foot-nav-rules,a.foot-nav-rules:link,a.foot-nav-rules:visited
{
	font-size: 7pt;
	font-weight: bold;
	color: #888;
}

a.foot-nav-rules:hover
{
	color: #000;
}

h2
{
	color: #047391;
	margin-bottom: 0px;
}

h3
{
	color: #3f3f3f;
	margin-top: 0px;
}

p
{
	/*color: #7a7a7a;*/
}

input.btn2
{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background: #99CCFF;
	border-color: #CBE3FF #003366 #003366 #B7CFEB;
	width: 125px;
	height: 20px;
	padding: 0px 4px 0px 4px;
}

input.btnreg
{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background: #99CCFF;
	border-color: #CBE3FF #003366 #003366 #B7CFEB;
	width: 225px;
	height: 20px;
	padding: 0px 4px 0px 4px;
}

input.btnverify
{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background: #99CCFF;
	border-color: #CBE3FF #003366 #003366 #B7CFEB;
	width: 125px;
	height: 20px;
	padding: 0px 4px 0px 4px;
}

input.btn3
{
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-color: #CBE3FF #003366 #003366 #B7CFEB;
	width: 125px;
	height: 20px;
	padding: 0px 4px 0px 4px;
}


.progressContainer {
	margin: 5px 0;
	padding: 4px 0;

	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	width: 220px;

	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;

	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}