.navBar {
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	height: 14px;
}
.bodyCell {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}
.bodyCellsm {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px;
}
.listrow1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
	COLOR: black;
	BACKGROUND-COLOR: white;
	HEIGHT: 16pt
}
.listrow2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
	COLOR: black;
	BACKGROUND-COLOR: #DDDDDD;
	HEIGHT: 16pt
}
.tableHeader {
	font-family: Arial Black;
	font-size: 12pt;
	font-weight: normal;
	color: white;
}
.thinBlackBorder {
	border: 1px solid black;
}
.thinGreyBorder {
	border-bottom: thin solid #DDDDDD;
	border-right: thin solid #DDDDDD;
	border-left: thin solid #DDDDDD
}
.labelCell {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px;
}
.inputBox {
	border: 1px solid black;
	font-family: Verdana;
	font-size: 10pt;
	width: 200px;
}
a {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
}
a:hover {
	color: red;
	text-decoration: underline;
}