body {
	font-size:8pt;
	font-family:Verdana;
	color:#000000;
}
div,fieldset,legend,li,ol,p,td,ul {
	font-size:8pt;
	font-family:Verdana;
}
input {
	font-size:8pt;
	font-family:verdana;
	color:#000000;
}
legend {
	font-weight: bold;
}
select {
	font-size:8pt;
	font-family:Verdana;
	color:#000000;
	scrollbar-base-color:#9CACB2;
	scrollbar-arrow-color:#343f43;
}
textarea {
	font-size:8pt;
	font-family:verdana;
}
a {
	text-decoration:none;
	color:#2A4871;
}
a:hover {
	color: #2A4871; 
}
.clickIt {
	background-color: buttonface;
	border-top:1px solid buttonhighlight;
	border-left:1px solid buttonhighlight;
	border-right:1px solid buttonshadow;
	border-bottom:1px solid buttonshadow;
	padding:2px;
	color: windowtext;
	cursor: hand;
}
.update {
	border:1px dotted #000000;
	padding-left:3px;
	padding-right:3px;
}
.bf {
	background-color:buttonface;
}
.hl {
	background-color:buttonhighlight;
}
.dk {
	background-color:buttonshadow;
}
.sh {
	background-color:windowframe;
}
.flik {
	height:19px;
	background-color:buttonface;
	font:menu;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	cursor:default;
}
.err {
	color: red;
}
.stctable
{
	border-right:2px solid #31b6ea;
	border-bottom:2px solid #31b6ea;
	border-top:3px solid #5f5329;
	border-left:3px solid #5f5329;
}