body {
	background: #FFFFFF;
	font: normal 0.9em/1.3em Arial, sans-serif;
        height: 100%;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}

td,p {
}

h1 {
	font-family: Arial, verdana;
	font-size: 1.8em;
	font-weight: 600;
	margin: 0;
	padding: 6px 6px 6px 0px;
	line-height: 2em;
}

h2 {
	font-family: Arial, verdana;
	font-size: 1.6em;
	font-weight: 600;
	margin: 0;
	padding: 4px 4px 4px 0px;
}

h1.red,h2.red {
	color: #FF0000;
}

a.blue,a:visited.blue,a:link.blue,a:hover.blue,a:active.blue {
	color: #0000FF;
}

form {
	margin: 0px;
}

form .error {
    color: #ff0000;
}

input {
	font-family: verdana;
}

input.text,textarea.text {
	font-family: verdana;
	spacing: 1px 1px 1px 1px;
	font-size: 10pt;
	background: #FFFFFF;
	color: #000000;
	border-left: 1px SOLID #000000;
	border-top: 1px SOLID #000000;
	border-right: 1px SOLID #F0F090;
	border-bottom: 1px SOLID #E0E086;
}

input.hover_text,textarea.hover_text {
	font-family: verdana;
	spacing: 1px 1px 1px 1px;
	font-size: 10pt;
	border-left: 1px SOLID #FF0000;
	border-top: 1px SOLID #FF0000;
	border-right: 1px SOLID #F0F090;
	border-bottom: 1px SOLID #E0E086;
}

input.focus_text,textarea.focus_text {
	font-family: verdana;
	spacing: 1px 1px 1px 1px;
	font-size: 10pt;
	border-left: 1px SOLID #FF0000;
	border-top: 1px SOLID #FF0000;
	border-right: 1px SOLID #F0F090;
	border-bottom: 1px SOLID #E0E086;
	background: #FFFF99;
}

input.hover_focus_text,textarea.hover_focus_text {
	font-family: verdana;
	spacing: 1px 1px 1px 1px;
	font-size: 10pt;
	border-left: 1px SOLID #FF0000;
	border-top: 1px SOLID #FF0000;
	border-right: 1px SOLID #F0F090;
	border-bottom: 1px SOLID #E0E086;
	background: #FFFF99;
}

input.button {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	background: #FFFF99;
	color: #000000;
	font-weight: bold;
	border-right: 2px SOLID #000000;
	border-bottom: 2px SOLID #000000;
	border-left: 2px SOLID #F0F090;
	border-top: 2px SOLID #E0E086;
}

input.hover_button {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	color: #FF0000;
	background: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
	border-right: 2px SOLID #000000;
	border-bottom: 2px SOLID #000000;
	border-left: 2px SOLID #F0F090;
	border-top: 2px SOLID #E0E086;
}

input.focus_button {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	color: #FF0000;
	background: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
	border-right: 2px SOLID #000000;
	border-bottom: 2px SOLID #000000;
	border-left: 2px SOLID #F0F090;
	border-top: 2px SOLID #E0E086;
}

input.hover_focus_button {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	color: #FF0000;
	background: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
	border-right: 2px SOLID #000000;
	border-bottom: 2px SOLID #000000;
	border-left: 2px SOLID #F0F090;
	border-top: 2px SOLID #E0E086;
}

input.buttonDown {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	background: #FFFF99;
	color: #000000;
	font-weight: bold;
	border-left: 2px SOLID #000000;
	border-top: 2px SOLID #000000;
	border-right: 2px SOLID #F0F090;
	border-bottom: 2px SOLID #E0E086;
}

input.hover_buttonDown {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	color: #FF0000;
	background: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
	border-left: 2px SOLID #000000;
	border-top: 2px SOLID #000000;
	border-right: 2px SOLID #F0F090;
	border-bottom: 2px SOLID #E0E086;
}

input.focus_buttonDown {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	color: #FF0000;
	background: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
	border-left: 2px SOLID #000000;
	border-top: 2px SOLID #000000;
	border-right: 2px SOLID #F0F090;
	border-bottom: 2px SOLID #E0E086;
}

input.hover_focus_buttonDown {
	font-family: verdana;
	height: 20px;
	spacing: 1px 1px 1px 1px;
	font-size: 8pt;
	color: #FF0000;
	background: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
	border-left: 2px SOLID #000000;
	border-top: 2px SOLID #000000;
	border-right: 2px SOLID #F0F090;
	border-bottom: 2px SOLID #E0E086;
}

a,a:visited,a:link,a:hover,a:active {
	color: #ff0000;
	text-decoration: none;
font-size: 1em;
}

a:hover {
	text-decoration: underline;
}

.navCont {
	width: 130px;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.nav {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
}

.footer,a.footer,a.footer:visited,a.footer:link,a.footer:hover,a.footer:active
	{
	color: #FFFFFF;
}

.icoLink {
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.boldLink {
	font-size: 8pt;
	font-weight: bold;
}

.header {
	font-family: arial;
	font-size: 16pt;
}

@media print {
	.noPrint {
		display: none;
	}
}

.bodytext {
	font-family: verdana;
	font-size: 10pt;
}

.boxhead {
	background: url('/img/headbg.gif');
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	width: 134px;
	height: 18px;
}

.boxbody {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	background: #FFFFCC;
	border: 1px SOLID #FF9900;
	overflow: hidden;
	width: 124px;
}

.qbar {
	width: 100%;
	font-size: 10pt;
	padding: 3px;
	background: #FFFF99;
	text-align: left;
}

.qtext {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 15px;
	text-align: justify;
	font-size: 9pt;
	line-height: 125%;
}

img {
	border: 0;
}

* html .visualIEFloatFix {
	height: 0.01%;
}