body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: white;
}

P {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-weight: bold}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
h6 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}

td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
th {
	font-size: 12px;
	text-align: center;
}
li { font-size: 12px; }

.smallThis {  font-size: xx-small; font-family: Arial, Helvetica, sans-serif}

.newcolour { color: #FFE97F; }

.bannerTitle
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.bannerAddress
{
	color: white;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bannerPageTitle
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

.bannerPageSubTitle
{
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-top: thin solid #a40034;
}

.bannerFooter {
	margin: 0px;
	border-style: none;
	border-top: thin solid #a40034;
	height: 1px;
}

table.formSection td
{
	background-color: white;
	padding-top: 8px;
}

.formSectionBackground
{
	background-color: #CCCCCC;
}

.formSectionHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.mainFormCheckMsg
{
	padding-left:5%;
	width:90%;
	margin-top:4px;
	margin-bottom:4px
}

.invalidAnswer
{
	font-size: 0.9em;
	color: red;
}

.cWarning {
	color: #1560BD;
}

a.cFutureLink {
	color: #808080;
	font-style: italic;
}

/*a.cFieldErr {
	color: red;
	text-decoration: none;
}
a.cFieldErr:hover {
	text-decoration: underline;
}*/

#invalid_msg{ font-family: Arial, Helvetica, sans-serif; font-size:10px; color:red}

.insetSection
{
	background-color: #CCCC99;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px;
}

table.insetTable
{
	border-top:thin solid black;
	border-bottom:thin solid black;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 30px;
}

table.insetTable th
{
	font-size: 10px;
	border-bottom: thin solid black;
	text-align: left;
}

table.insetTable td
{
	padding-right: 20px;
}

#content{
	background-color: white;
	margin: 10px 50px 0px 50px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #cccccc;
}

table.listing{
	border: thin solid #999999;
}

tr.listingHead td{
	background-color: #999999;
}

.white16bold {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color:#FFFFFF}

.cExtraHeader {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.cPrompt {
	color: #1560BD;
	font-weight: bold;
}

.cError {
	color: #DE3163;
	font-weight: bold;
}

.cMonitor {
	color: #1560BD;
}

.dataValue {
	font-family: monospace;
	font-size: 14px;
}

.cNoWrap {
	white-space: nowrap;
}

.noWrap {
	white-space: nowrap;
}

.cInCentre {
	margin-left: auto;
	margin-right: auto;
}

.cCentre {
	text-align: center;
}

.cLeft {
	text-align: left;
}

.cRight {
	text-align: right;
}

.cMiddle {
	vertical-align: middle;
}

.cThinEdge {
	border: 1px solid #E0E0FF;
}

.cTableHead {
	background-color: #F0F0FF;
}

.cOdd {
	background-color: #FCFCFF;
}
.cEven {
	background-color: #F4F4FF;
}

.cOdd:hover {
	background-color: #FFFFE0;
}
.cEven:hover {
	background-color: #FFFFE0;
}

.cHover:hover {
	background-color: #FFFFE0;
}

.cInternal {
	background-color:#FFFFE8;
}

a.cInternal {
	padding: 5px;
}

.cRestricted {
	background-color:#FFE0E0;
}

.cFieldAnnotation {
	color: #00A060;
	font-family: monospace;
	font-weight: bold;
}

