table {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}
form{ margin:0;padding:0; }
.txtInput {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	border: 2px inset;
}
.pSubject{
	font-weight:bold;font-size:12pt;color:#006599;background-color:#b3d9fe;
}
.gridTitle{
	background-color:#016599;	color:#FFFFFF;
	padding-left:3px;
	cursor:pointer;
}
.gridLine{
	height:18px;
	padding-left:3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color:#b3d9fe;
}
.menu{
	cursor:hand;
}
.menuHover{
	cursor:hand;
	color:#FFFFFF;
	background-color:#336699;
	border:1px outset;
}
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	text-decoration: none;
	color: #000000;

}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	text-decoration: none;
	color: #000000;

}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #006699;
	text-decoration: underline;
}
a:active {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #FFFFCC;
	text-decoration: none;
}
select{
	font-size:9pt;
}
.leftMenu{ padding:0;margin:0;list-style-type: none; }
.leftMenu li{
	cursor:pointer;list-style-type: none;
}
.highlight{
	color:#900;
	/*text-decoration:underline;*/
	background-color:#FFCCCC;
}