body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
input {
	border:1px solid black;
	background-color: #CCCCCC;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
select, option {
	border:1px solid black;
	background-color: #CCCCCC;
	font-size: 11px;
	color: #000000;
}
textarea {
	border:1px solid black;
	background-color: #CCCCCC;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
h2 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
h3 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 0px;
	text-transform: capitalize;
	letter-spacing: 3px;
	padding: 5px 5px 5px 55px;
}
hr {
	height: 3px;
	margin: 0px 0px;
	width: 85%;
	border-top: 1px dashed #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #CCCCCC;
	padding: 0px;
}
A:visited      {	color: #333333;	text-decoration: none;}
A:link         {	color: #000000;	text-decoration: none;}
A:hover        {	color: #003366; text-decoration: underline }
A:active       {	color: #CCCCCC;	text-decoration: none;}
.footerlink {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: center;
}
A.footerlink:visited      {	color: #999999; text-decoration: none;}
A.footerlink:link         {	color: #666666; text-decoration: none;}
A.footerlink:hover        {	color: #003366; text-decoration: none;}
A.footerlink:active       {	color: #CCCCCC; text-decoration: none;}
.ui_ground {
	background-image: url(images/ui_ground.gif);
	background-repeat: repeat-y;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
.ui_header {
	background-image: url(images/ui_header.gif);
	background-repeat: no-repeat;
	width: 700px;
}
.ui_footer {
	background-image: url(images/ui_footer.gif);
	background-repeat: no-repeat;
	width: 700px;
}
.ui_front {
	background-image: url(images/spacer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin:5px 5px 5px 5px;
}
.bodyBold {
	line-height: 12px;
	font-weight: bold;
}
p {
	font-family: verdana, sans-serif;
	text-align: justify;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	line-height: 12px;
}
.padder {
	font-family: verdana, sans-serif;
	text-align: justify;
	font-size: 11px;
	margin:10px 10px 10px 10px;
	line-height: 12px;
}
.pageTitle {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize;
	letter-spacing: 3px;
}