
html, body { height: 100%;
			 margin: 15px;
			 font-family: Palatino Linotype, Book Antiqua, Georgia, Tahoma, Arial, Helvetica, sans-serif;
			 font-size: 11pt;
			 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: black; text-decoration: none; font-size: 9pt;}
a:active {color: black; text-decoration: none; font-size: 9pt;}
a:visited {color: black; text-decoration: none; font-size: 9pt;}
a:hover {color: #786369; text-decoration: underline; 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.ulink:link {color: black; text-decoration: underline; font-size: 9pt;}
a.ulink:active {color: black; text-decoration: underline; font-size: 9pt;}
a.ulink:visited {color: black; text-decoration: underline; font-size: 9pt;}
a.ulink:hover {color: #786369; text-decoration: none; font-size: 9pt;}

a.product:link {color: black; text-decoration: underline; font-size: 9pt; font-weight: bold;}
a.product:active {color: black; text-decoration: underline; font-size: 9pt; font-weight: bold;}
a.product:visited {color: black; text-decoration: underline; font-size: 9pt; font-weight: bold;}
a.product:hover {color: #786369; text-decoration: none; font-size: 9pt; font-weight: bold;}

a.sort:link {color: black; text-decoration: underline;}
a.sort:active {color: black; text-decoration: underline;}
a.sort:visited {color: black; text-decoration: underline;}
a.sort:hover {color: black; text-decoration: none;}

.menu {
	cursor: pointer; cursor: hand;
}

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

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