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

a.over:link {color: #cd853f; text-decoration: underline; font-size: 9pt;}
a.over:active {color: #cd853f; text-decoration: underline; font-size: 9pt;}
a.over:visited {color: #cd853f; text-decoration: underline; font-size: 9pt;}
a.over:hover {color: #cd853f; 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*/

a.footer:link {color: #494949; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}
a.footer:active {color: #494949; text-decoration: none;font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}
a.footer:visited {color: #494949; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}
a.footer:hover {color: #cd853f; text-decoration: underline; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}

a.privacy:link {color: #494949; text-decoration: underline; font-size: 7pt;}
a.privacy:active {color: #494949; text-decoration: underline; font-size: 7pt;}
a.privacy:visited {color: #494949; text-decoration: underline; font-size: 7pt;}
a.privacy:hover {color: #cd853f; text-decoration: none; font-size: 7pt;}

.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: 28px;
		background-color: #DCD4C4;
		border-style: solid;
		border-color: #5C3C00;
		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: #97694f;
		border-style: solid;
		border-color: #5C3C00;
		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;
}

.faq_header_hover {
	font-weight: bold;
	background: silver;
}

.faq_body {
	border-style: solid;
	border-color: silver;
	background: #ebebeb;
	padding: 7px 7px 7px 0;
}