.itemLabel {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	white-space: NoWrap;
	color: black;
	text-align: center;
}
.itemLabel2 {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	white-space: NoWrap;
	color: black;
}
.itemValue {
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	color: white;
	text-align: center;
}
.textValue {
	font-family : Arial;
	font-size : 8px;
	font-weight : normal;
	white-space: Wrap;
	color: black;
}
A:Link {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	white-space: NoWrap;
	color: red;	
}
A:Visited {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	white-space: NoWrap;
	color: red;		
}
.rowOne {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	background-color : #CCC8C8;
	color: blue;
}
.rowTwo {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	background-color : white;
	color: blue;
}
.rowThree {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: #CCC8C8;
	text-align: center;
}
.rowFour {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: white;
	text-align: center;
}
.rowFooter {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	background-color : #ffffff;
}
.tableBorder
{
  BORDER-width: 1px;
  BORDER-style: outset;
  MARGIN: 10px;
  BORDER-color: black;
  BORDER-collapse: collapse;
}
.cellBorder
{ border: inset 1px black; outline: solid thin black; BORDER-collapse: collapse; }
.rowBorder
{
  BORDER-RIGHT: black thin solid;
  BORDER-TOP: black thin solid;
  MARGIN: 0px;
  BORDER-LEFT: black thin solid;
  BORDER-BOTTOM: black thin solid
}
.breakhere {
	page-break-before: always
}
.submitButton {
border: 1px solid #000000;
background: #fff;
color: #222; 
font-weight: normal;
font-family: verdana; 
font-size: 9px;
width: 60px; 
background: #eee;
}
.textNav {
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	color: Black;
	text-decoration: none;
	padding-left:0px;
}
.textW {
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	color: white;
	text-align: left;
}