﻿body 
{
	color: Black;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
}
TD 
{
	color: Black;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
}
.nav
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
a.nav
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: underline;
}
a.nav:hover
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: underline;
}
a.nav:visited
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: underline;
}
.header
{
	color: #FFFFFF;
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial;
	letter-spacing: 1pt;
	font-weight: bold;
}
.ihnheader
{
	color: #FFFFFF;
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial;
	line-height: 150%;
	letter-spacing: 1pt;
	font-style: italic;
	font-weight: bold;
}
.smfont 
{
	color: Black;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana;
}
.whheader
{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 2px;
}
.select {
	behavior: url(inputboxes.htc);
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #5F7D8E;
	width: 157;
}
.textarea {
	behavior: url(inputboxes.htc);
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #5F7D8E;
}
.input {
	behavior: url(inputboxes.htc);
	background-color: #FFFFFF;
	height: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #5F7D8E;
	width: 157;
}
.inputsm {
	behavior: url(inputboxes.htc);
	background-color: #FFFFFF;
	height: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #5F7D8E;
	width: 65px;
}
.inputButton {
	behavior: url(buttons.htc);
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: #DDE3E9;
	color: #000000;
	border: 1px solid #5F7D8E;
	border-top: 1px solid #5F7D8E;
	border-bottom: 1px solid #5F7D8E;
	border-right: 1px solid #5F7D8E;
	border-left: 1px solid #5F7D8E;
	height: 20px;
	width: 60px;
	font-weight: bold;
}
.inputButtonlg {
	behavior: url(buttons.htc);
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: #DDE3E9;
	color: #000000;
	border: 1px solid #5F7D8E;
	border-top: 1px solid #5F7D8E;
	border-bottom: 1px solid #5F7D8E;
	border-right: 1px solid #5F7D8E;
	border-left: 1px solid #5F7D8E;
	height: 20px;
	width: 180px;
	font-weight: bold;
}