A.NavWhite:link, a.NavWhite:visited {
	TEXT-DECORATION:none;
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
}
A.NavWhite:hover{
	TEXT-DECORATION:underline;
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
}

A.Bluetext:link, A.Bluetext:visited {
	TEXT-DECORATION:none;
	color: #0000FF;
	font-size: 10.5pt;
	font-weight: bold;
}
A.Bluetext:hover{
	TEXT-DECORATION:underline;
	color: #0000FF;
	font-size: 10.5pt;
	font-weight: bold;
}
A.Orangetext:link, A.Orangetext:visited {
	TEXT-DECORATION:none;
	color: #FF9900;
	font-size: 10.5pt;
	font-weight: bold;
}
A.Orangetext:hover{
	TEXT-DECORATION:underline;
	color: #FF9900;
	font-size: 10.5pt;
	font-weight: bold;
}
A.redtext:link, A.redtext:visited {
	TEXT-DECORATION:none;
	color: #FF0000;
	font-size: 10.5pt;
	font-weight: bold;
}
A.redtext:hover{
	TEXT-DECORATION:underline;
	color: #FF0000;
	font-size: 10.5pt;
	font-weight: bold;
}
A.blacktext:link, A.blacktext:visited {
	TEXT-DECORATION:none;
	color: #000000;
	font-size: 10.5pt;
	font-weight: bold;
}
A.blacktext:hover{
	TEXT-DECORATION:underline;
	color: #000000;
	font-size: 10.5pt;
	font-weight: bold;
}
A.whitetext:link, A.whitetext:visited {
	TEXT-DECORATION:none;
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
}
A.whitetext:hover{
	TEXT-DECORATION:underline;
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
}
A.GreenText:link, A.GreenText:visited {
	TEXT-DECORATION:none;
	color: #00FF00;
	font-size: 10.5pt;
	font-weight: bold;
}
A.GreenText:hover{
	TEXT-DECORATION:underline;
	color: #00FF00;
	font-size: 10.5pt;
	font-weight: bold;
}


body,p,td,h1,h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

.inputTextBox {
	background-color: f8f8f8;
	height: 18px;
	width: 70px;
	border: 1px solid #CCCCCC;
}

