html, body {
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	color: black;
	cursor: default;
	scrollbar-3dlight-color: #CFCFCF;
	scrollbar-arrow-color: gray;
	scrollbar-darkshadow-color: #ADADAD;
	scrollbar-face-color: #DBDBDB;
	scrollbar-highlight-color: #FAFAFA;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-track-color: #EFEFEF;
}

a:link {
	color: #3300ff;
	text-decoration: underline;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}
a:active {
	color: #3300FF;
	text-decoration: none;
	font-size: 10pt;
}
a:visited {
	color: #663399;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: #3300FF;
	text-decoration: underline;
	font-size: 10pt;
}

a.footer:link {color: #1A254D; text-decoration: none; font-size: 8pt;}
a.footer:active {color: #1A254D; text-decoration: none; font-size: 8pt;}
a.footer:visited {color: #1A254D; text-decoration: none; font-size: 8pt;}
a.footer:hover {color: #831322; text-decoration: underline; font-size: 8pt;}

.textbox {
	padding: 4px;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	font-size: 10pt;
}

.textboxRequired {
	padding: 4px;
	border-style: solid;
	border-color: crimson;
	border-width: 1px;
	font-size: 10pt;
}

.button	{
		padding: 3px;
		border-width: 1px;
		border-style: outset;
		font-size: 9pt;

