
html, body { height: 100%;
			 margin: 0;
			 font-family: Tahoma, Arial, Helvetica, sans-serif;
			 font-size: 9pt;
			 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: #494949; text-decoration: none; font-size: 9pt;}
a:active {color: #494949; text-decoration: underline; font-size: 9pt;}
a:visited {color: #494949; text-decoration: none; font-size: 9pt;}
a:hover {color: #930302; text-decoration: underline; font-size: 9pt;}

a.home:link {color: #930302; text-decoration: underline; font-size: 9pt;}
a.home:active {color: #930302; text-decoration: underline; font-size: 9pt;}
a.home:visited {color: #930302; text-decoration: underline; font-size: 9pt;}
a.home:hover {color: #930302; text-decoration: none; font-size: 9pt;}

a.over:link {color: #930302; text-decoration: underline; font-size: 9pt;}
a.over:active {color: #930302; text-decoration: underline; font-size: 9pt;}
a.over:visited {color: #930302; text-decoration: underline; font-size: 9pt;}
a.over:hover {color: #930302; text-decoration: underline; font-size: 9pt;}

a.pic:link {border-color: black; border-width: 5px; font-size: 9pt;}
a.pic:active {border-color: black; border-width: 1px; font-size: 9pt;}
a.pic:visited {border-color: black; border-width: 1px; font-size: 9pt;}
a.pic:hover {border-color: #ffa500; border-width: 1px; font-size: 9pt;} /*orange*/

.header {
		padding: 5px;
		border-style: solid;
		border-color: gray;
		border-width: 1px 0px 1px 0px;
		background-image: url(img/bg.gif);
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		cursor: default;
}

.smallfont {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
}

.menuTable {
		position: absolute;
		margin-top: 38px;
		background-color: #DCD4C4;
		border-style: solid;
		border-color: #930302;
		border-width: 1px;
}

.menuCell {
		padding: 2px 25px 2px 10px;
		background: #DCD4C4;
		border-style: solid;
		border-color: #DCD4C4;
		border-width: 1px;
		color: black;
		cursor: pointer; cursor: hand;
}

.menuCellHover {
		padding: 2px 25px 2px 10px;
		background: #930302;
		border-style: solid;
		border-color: black;
		border-width: 1px;
		color: white;
		cursor: pointer; cursor: hand;
}

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

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

.textBoxRequired {
		padding: 2px;
		background: white;
		border-style: solid;
		border-color: #ffa500; /*orange*/
		border-width: 1px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
}

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

.redstar{
	color: red;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, 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: Tahoma, 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: Tahoma, 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;
}