@charset "utf-8";
body {
	font-size: 76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

div, p, table, th, td, li, .normal {font-size: 1.0em;}
* html body #mainContent table { font-size: 1.0em;}

h1, h2, h3, h4, h5, h6, p { margin-top: 0;}

a, a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #660033;
	text-decoration: none;
}

h1 { font-size: 2.0em; color: #3366FF; text-align:center}
h2 { font-size: 1.8em; color: #FF0000; text-align:center}
h3 { font-size: 1.5em; color: #CC0000;}
h4, .heading { font-size: 1.4em; color: #993366;}
h5, .subheading { font-size: 1.2em; color: #000000;}
h6 { font-size: 1.1em; color: #1C523F;}

h1, h2, h3, .heading, h4, .subheading, h5 { font-weight: bold;}

img { border: 0;}

img.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.oneColFixCtrHdr #container {
	width: 638px;
	background: #FFFFFF;
	margin: 30px auto 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF;
	width: 638px;
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}

.oneColFixCtrHdr #footer a, a:link, a:visited {
	text-decoration: underline;
}

.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
}

ul.anglebracket {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

ul.anglebracket li {
	padding-left: 15px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 0.3em;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color: #000066
}

.required {color: #FF0000; font-weight:bold}

.large {font-size: 1.2em}

.testTable {
	margin:0; 
	padding:0;
	background-color:#FFFFCC;
	color:#000000;	
	border: 2px dashed #990000;
	width:480px;	
}

.testTable td { 
	padding: 8px 12px 8px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	font-weight:normal;
	text-align:left;	
}

.formTable {
	margin:0; 
	padding:0;
	color:#457345;	
	border: 1px solid #660000;
}

.formTable td { 
	padding: 8px 12px 8px 12px;
}

.underline {
	text-decoration:underline;
}

.formhdg {
	color: #CC0000;
	font-size: 1.5em;
	font-weight:bold;
	text-align:center;
}

.boldblue {
	color: #000066;
	font-weight:bold;
}

.highlight {
	background-color: #FFFF00;
	font-weight:bold;
}

.bolditalic {
font-size: 0.9em;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.copyright {
	font-size: 1.0em;
	text-align: center;	
}

.company {
	font-size: 0.9em;
	text-align: center;	
}

.formblock {
	border: 2px solid #000000;
	padding: 10px 0;
}

.small {
	font-size: 0.9em;
}

.clr { clear: both;}