﻿BODY {
	background-color: #343434;
	font-family: Arial;
	font-size: 10pt;
	margin: 12px 0px 20px 0px;
	text-align: center;
}
A.black, A:active.black, A:visited.black {
	color: Black;
	font-weight: bold;
	font-size: 10pt;
}
A.grey, A:active.grey, A:visited.grey {
	color: #5F5F5F;
	font-size: 8pt;
}
A.light, A:active.light, A:visited.light {
	color: #DADADA;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
A:hover.light {
	color: #DADADA;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
A.orange, A:active.orange, A:visited.orange {
	color: #E1511F;
	font-weight: bold;
	font-size: 8pt;
}
A.white, A:active.white, A:visited.white {
	color: White;
	font-size: 10pt;
	text-decoration: none;
}
IMG {
	border-width: 0px;
}
TABLE {
	border-width: 0px;
}

/* Classes */
.cb, .ddl {
	color: #343434;
	font-size: 12px;
	vertical-align: middle;
}
.ddl {
	color: #343434;
	font-size: 11px;
	width: 120px;
}
.fld, .fldreq {
	color: #343434;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	width: 160px;
}
.fldreq {
	color: #343434;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.grey {
	color: #5F5F5F;
	font-size: 8pt;
}
.greybig {
	color: #5F5F5F;
	font-size: 12pt;
	font-weight: bold;
}
.hdr {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
}
.hdrbig {
	color: White;
	font-size: 15px;
	font-weight: bold;
}
.hdrfrm {
	background-color: #e0e0d5;
	color: #343434;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 50px;
}
.light {
	color: #DADADA;
	font-size: 8pt;
}
.req, .validator {
	color: #e74818;
	font-size: 18px;
}
.txtbx {
	border: solid 1px #7f7f7f;
	font-size: 11px;
	overflow-y: auto;
	width: 200px;
}
.yellow {
	color: #EAB12C;
	font-size: 10pt;
}
.validator {
	font-size: 12px;
}

/* Ids */
#main {
	background-color: White;
	border: solid 6px #606058;
	text-align: left;
	width: 800px;
}
