
html, body { height: 100%;
			 margin: 0 0 1px 0;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 8pt;
			 color: #494949;
			 line-height: 1.4;
			 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: #373737; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a:active {color: #373737; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a:visited {color: #373737; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a:hover {color: #3470a2; text-decoration: underline; font-size: 8pt; cursor: pointer; cursor: hand;}

a.ulink:link {color: #373737; text-decoration: underline; font-size: 8pt; cursor: pointer; cursor: hand;}
a.ulink:active {color: #373737; text-decoration: underline; font-size: 8pt; cursor: pointer; cursor: hand;}
a.ulink:visited {color: #373737; text-decoration: underline; font-size: 8pt; cursor: pointer; cursor: hand;}
a.ulink:hover {color: #3470a2; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}

a.menu:link {color: white; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a.menu:active {color: white; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a.menu:visited {color: white; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a.menu:hover {color: lightblue; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}

a.press:link {color: #32328d; text-decoration: none; font-size: 10pt; font-weight: bold; cursor: pointer; cursor: hand;}
a.press:active {color: #32328d; text-decoration: none; font-size: 10pt; font-weight: bold; cursor: pointer; cursor: hand;}
a.press:visited {color: #32328d; text-decoration: none; font-size: 10pt; font-weight: bold; cursor: pointer; cursor: hand;}
a.press:hover {color: #32328d; text-decoration: underline; font-size: 10pt; font-weight: bold; cursor: pointer; cursor: hand;}

a.press_small:link {color: #51a693; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a.press_small:active {color: #51a693; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a.press_small:visited {color: #51a693; text-decoration: none; font-size: 8pt; cursor: pointer; cursor: hand;}
a.press_small:hover {color: #51a693; text-decoration: underline; font-size: 8pt; cursor: pointer; cursor: hand;}

.textBox {
		padding: 4px;
		background: #f8f8f8;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.textBoxRequired {
		padding: 4px;
		background: #f8f8f8;
		border-style: solid;
		border-color: #85c2b3;
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.button	{
		padding: 4px;
		border-width: 1px;
		border-style: outset;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.solid_button	{
		padding: 2px;
		border-width: 1px;
		border-style: solid;
		border-color: gray;
		background-color: #ebebeb;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: black;
}

.redstar{
	color: red;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tabon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background-color: #D4DBE9;
	cursor: pointer;
}

.taboff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background-color: white;
	cursor: pointer;
}
.one {
	color: #028cd4;
}