body
{	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	background-color: #3F3F3F
}
table
{
	font-size: 8pt;
	border-collapse: collapse;
	background-color: #3F3F3F
}
h1
{
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 0px;
	font-family: 'Arial Narrow';
}
h2
{
	margin-bottom: 0px;
	font-size: 10pt;
}
h3
{
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 0px;
}

table#leftnav a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px 0px;

}

table#leftnav a:hover
{
	text-decoration: none;
	color: #FF9933;
	background-color: #FFFFFF
}

a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	

}
a:hover
{
	text-decoration: none;
	color: #FF9933;
	background-color: #FFFFFF
}

a.category
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.category:hover
{
	text-decoration: none;
	color: #FF9933;
	background-color: none;

}

hovertable
{
	bgcolor: #000000
}

th a 
{
	color: Blue;
	font-size: 8pt;
	font-weight: normal;
}
th
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url("Test/images/bg1.gif");
	color: white;
	text-align: left;
}
button
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
	height: 10px;
}
textarea
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
select
{
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
/* pager style (pager is a div with id=divPager, it displays "pages: 1 2 3 .." */
div#divPager
{
	border: 1px solid silver;
	background-color: white;
}


/* border ONLY for inputs of type text, button, submit and password */
/* for IE */
INPUT {
	border: 1px solid slategray none ?;
	font-family: Verdana;
	font-size: 8pt
}

/* same for FireFox */
INPUT[type="text"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="button"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="submit"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}
INPUT[type="password"] {
	font-family: Verdana;
	font-size: 8pt;
	border: slategray 1px solid;
}

/* classes */
button.formatting
{
	width: 20px;
	height: 20px;
}
div.quote
{
	color: #7777aa;
	text-decoration: none;
	padding-left: 15px;
}
