body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	background-color: #FFFBEA;
	margin: 0px
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14pt; 
color: #c6512e
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13pt; 
color: #c6512e
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
color: #c6512e
}

H4 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12pt; 
color: #c6512e
}

.OptionalTextBox { 
	border: 1px solid #cccccc; 
} 

.RequiredTextBox { 
	border: 1px solid #000000; 
} 

.FailedTextBox { 
	border: 2px solid #CC0000; 
}

.text {
	font-size: 10px;
	color: #C6512E;
	font-weight: bold;
}

.heading {  
font-size: 20px; 
color: #003373; 
font-weight: bold
}

.subheading { 
font-size: 16px; 
color: #003373; 
font-weight: bold
}

.highlight { 
font-size: 10px; 
color: #003373; 
font-weight: bold 
}

a { 
color: #0000FF; 
text-decoration: none
}

a:visited {
color: #CC6600; 
text-decoration: underline
}

a:hover, a:active {
color: #ff0000; 
text-decoration: underline;
}

.inputbox {
	background-color : #666666;
	border-width : 1px 3px 1px 3px;
	margin : 2px 4px 2px 4px;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	height : 18px;
	vertical-align : middle;
	border-color: #666666;
}

.button {
	border-width : 1px 3px 1px 3px;
	margin : 2px 4px 2px 4px;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	height : 18px;
	vertical-align : middle;
	border-color: #666666;
}

.header {
	font : small;
	background-color : #000066;
	color : yellow;
	border : white;
	letter-spacing : 2px;
	font-weight : bold;
}

.desc {
	background-color : white;
	font : x-small;
	color : #666666;
	padding : 3px;
}

.list {
	font : x-small;
	border-bottom : thin groove #000066;
}


.footer {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	font-size: 9px;
	color: #000000;
	background-color: transparent;
}
.footer a:hover, .footer a:active {
	text-decoration: none;
	font-size: 9px;
	color: #CC6600;
	background-color: transparent;
	}
	
