
html, body { height: 100%;
			 margin: 0;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 8pt;
			 color: black;
			 cursor: default;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: #006699;
			 scrollbar-darkshadow-color: #ADADAD;
			 scrollbar-face-color: #DBDBDB;
			 scrollbar-highlight-color: #FAFAFA;
			 scrollbar-shadow-color: #DEE3E7;
			 scrollbar-track-color: #EFEFEF;
}

a:link {color: black; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
a:active {color: black; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
a:visited {color: black; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
a:hover {color: #890207; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}

a.over:link {color: #890207; text-decoration: underline;}
a.over:active {color: #890207; text-decoration: underline;}
a.over:visited {color:#890207; text-decoration: underline;}
a.over:hover {color: #890207; text-decoration: underline;}

a.footer:link {color: black; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.footer:active {color: black; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.footer:visited {color: black; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.footer:hover {color: #890207; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}

a.pic:link {border-color: black; border-width: 5px; }
a.pic:active {border-color: black; border-width: 1px; }
a.pic:visited {border-color: black; border-width: 1px; }
a.pic:hover {border-color: #ffa500; border-width: 1px; } /*orange*/

.header {
		padding: 5px;
		border-style: solid;
		border-color: gray;
		border-width: 1px 0px 1px 0px;
		background-image: url(img/bg.gif);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		cursor: default;
}

.smallfont {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
}

.logo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16pt;
		height: 40px;
		padding-left: 25px;
		background: #19529a;
}

.logo2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: white;
		height: 30px;
		padding-left: 25px;
		background: #2642c1;
}

.linkbox {
		border-style: solid;
		border-color: gray;
		border-width: 0px 1px 1px 1px;
}

.linkcell {
	padding: 3px 5px 3px 5px;
	border-top-width: 0px;
}

.underline {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}

.textBox {
		padding: 3px;
		background: white;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.textBoxReadonly {
		padding: 3px;
		background: #ebebeb;
		border-style: solid;
		border-color: gray;
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.textBoxRequired {
		padding: 3px;
		background: white;
		border-style: solid;
		border-color: #ffa500; /*orange*/
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.button	{
		padding: 2px;
		border-width:1px;
		border-style:outset;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

.redstar{
	color: red;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.label{
	cursor: pointer;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}

.label_hover{
	cursor: pointer;
	border-style: solid;
	border-color: #336699;
	border-width: 0px 0px 1px 0px;
}

.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;
}

.gray {
	color: #666666; font-size: 7pt;
}

.menu_link {
	padding: 5px 8px 3px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	cursor: hand; cursor: pointer;
}

.menu_link_hover {
	padding: 5px 8px 3px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: #DEC75D;
	cursor: hand; cursor: pointer;
}

.menuTable {
		position: absolute;
		margin: 16px 0 0 -8px;
		background-color: #890207;
		border-style: solid;
		border-color: #DEC75D;
		border-width: 1px;
		color: white;
}

.menuCell {
		padding: 2px 25px 2px 10px;
		background: #890207;
		border-style: solid;
		border-color: #890207;
		border-width: 1px;
		color: white;
		cursor: pointer; cursor: hand;
}

.menuCellHover {
		padding: 2px 25px 2px 10px;
		background: #DEC75D;
		border-style: solid;
		border-color: black;
		border-width: 1px;
		color: black;
		cursor: pointer; cursor: hand;
}