
html, body { height: 100%;
			 margin: 0;
			 font-family: Tahoma, Arial, Helvetica, sans-serif;
			 font-size: 10pt;
			 color: black;
			 cursor: default;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: #63718E;
			 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: none; font-size: 9pt;}
a:visited {color: #494949; text-decoration: none; font-size: 9pt;}
a:hover {color: #786369; text-decoration: underline; font-size: 9pt;}

a.ulink:link {color: #494949; text-decoration: underline; font-size: 9pt;}
a.ulink:active {color: #494949; text-decoration: underline; font-size: 9pt;}
a.ulink:visited {color: #494949; text-decoration: underline; font-size: 9pt;}
a.ulink:hover {color: #786369; text-decoration: none; font-size: 9pt;}

a.over:link {color: #786369; text-decoration: underline; font-size: 9pt;}
a.over:active {color: #786369; text-decoration: underline; font-size: 9pt;}
a.over:visited {color: #786369; text-decoration: underline; font-size: 9pt;}
a.over:hover {color: #786369; text-decoration: underline; font-size: 9pt;}

a.menu_product:link {color: #494949; text-decoration: none; font-weight: bold; font-size: 9pt;}
a.menu_product:active {color: #494949; text-decoration: none; font-weight: bold; font-size: 9pt;}
a.menu_product:visited {color: #494949; text-decoration: none; font-weight: bold; font-size: 9pt;}
a.menu_product:hover {color: white; text-decoration: none; font-weight: bold; font-size: 9pt;}

a.product:link {color: #494949; text-decoration: none; font-size: 13pt;}
a.product:active {color: #494949; text-decoration: none; font-size: 13pt;}
a.product:visited {color: #494949; text-decoration: none; font-size: 13pt;}
a.product:hover {color: #786369; text-decoration: underline; font-size: 13pt;}

a.refer:link {color: #BCC7DC; text-decoration: none; font-size: 9pt; font-weight: bold;}
a.refer:active {color: #BCC7DC; text-decoration: none; font-size: 9pt; font-weight: bold;}
a.refer:visited {color: #BCC7DC; text-decoration: none; font-size: 9pt; font-weight: bold;}
a.refer:hover {color: white; text-decoration: underline; font-size: 9pt; font-weight: bold;}

.menu_on {
	cursor: pointer; cursor: hand;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 15px;
	background-color: #63718E;
	border-color: white;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

.menu_off {
	cursor: pointer; cursor: hand;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 15px;
}

.menu_hover {
	cursor: pointer; cursor: hand;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 15px;
	background-color: #72638E;
}

.textBox {
		padding: 3px;
		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: 3px;
		background: white;
		border-style: solid;
		border-color: red;
		border-width: 1px;
		font-family: Tahoma, 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: 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;
}

.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: gray;
}