A {
	COLOR: #0099cc; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0099cc; TEXT-DECORATION: underline
}

A.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 100%;
	height: 22px;
	line-height: 20px;
	background-color: #0099CC;
	text-transform: uppercase;
}
A.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 100%;
	height: 22px;
	line-height: 20px;
	background-color: #006699;
	text-transform: uppercase;
}
A.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 22px;
	line-height: 20px;
	background-color: #0099CC;
	text-transform: uppercase;
}
A.home:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 22px;
	line-height: 20px;
	background-color: #006699;
	text-transform: uppercase;
}

.table-header {
	background-color: #CCCCCC;
	border: 1px inset #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;

}
