
html, body { margin: 0;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 8pt;
			 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:#1A254D; text-decoration:none;}
a:active {color:#1A254D; text-decoration:underline;}
a:visited {color:#1A254D; text-decoration:none;}
a:hover {color: #336699; text-decoration:underline;}

a.over:link {color:#336699; text-decoration:underline;}
a.over:active {color:#336699; text-decoration:underline;}
a.over:visited {color:#336699; text-decoration:underline;}
a.over:hover {color: #336699;	text-decoration:underline;}

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;
}

.menuTable {
		border-style: solid;
		border-color: gray;
		border-width: 0px 1px 1px 1px;
}

.menuCell {
		padding-left: 10px;
		background: #4F94CD;
		border-style: solid;
		border-color: #4F94CD;
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: white;
}

.menuCellHover {
		padding-left: 10px;
		background: #006699;
		border-style: solid;
		border-color: white;
		border-width: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: white;
}

.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;
}

.linkcell {
	padding: 3px 5px 3px 5px;
	border-top-width: 0px;
}

.underline {
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
}

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

.textBoxRequired {
		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;
}