A:active
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
A:link
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
A:visited
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
A.menuitem:active
{
	color:#1A53AD;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial";
}
A.menuitem:link
{
	color:#1A53AD;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial";
}
A.menuitem:visited
{
	color:#1A53AD;
	font-size: 10pt;
	font-weight: bold;	
	font-family: "Arial";
}
A.dql:active
{
	color:#1A53AD;
	font-size: 12pt;
	font-family: "Arial";
}
A.dql:link
{
	color:#1A53AD;
	font-size: 12pt;
	font-family: "Arial";
}
A.dql:visited
{
	color:#1A53AD;
	font-size: 12pt;
	font-family: "Arial";
}
DIV
{
	color:#FFFFFF;
	font-size: 10pt;
	font-family: "Arial";
}
DIV.label3
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
INPUT
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
SELECT
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
TD
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
TD.label
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
TD.label2
{
	color:#000000;
	font-size: 10pt;
	font-family: "Arial";
}
TD.label3
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
}
TD.label4
{
	color:#E67F18;
	font-size: 10pt;
	font-family: "Arial";
}
TD.label5
{
	color:#FFFFFF;
	font-size: 10pt;
	font-family: "Arial";
}
TD.rptlabel
{
	color:#1A53AD;
	font-size: 10pt;
	font-family: "Arial";
	vertical-align:top;
}
TD.dqllabel
{
	color:#1A53AD;
	font-size: 12pt;
	font-family: "Arial";
	vertical-align:top;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

