/* CSS Document */
.nav2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	height: 1.5em;
	line-height: 1.5em;
	float: right;
	width: 10em;
	display: block;
	border: none;
	TEXT-DECORATION: none
}
a.nav2:link {
	color: #FFFFFF;
	background: url(../images/buttonback1.jpg) no-repeat right top;
}
a.nav2:visited {
	color: #C9D3DE;
	background: url(../images/buttonback1.jpg) no-repeat right top;
}
a.nav2:hover {
	color: #FF9900;
	background: url(../images/buttonback2.jpg) no-repeat right top;
}
.navon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	height: 1.5em;
	line-height: 1.5em;
	float: right;
	width: 10em;
	display: block;
	border: none;
	TEXT-DECORATION: none
}
a.navon:link {
	color: #FFFFFF;
	background: url(../images/buttonback2.jpg) no-repeat right top;
}
.topboxtext
{
font-family: verdana, helvetica, arial, san-serif;
color: #003366; 
font-size: 14px;
font-weight: bold;  
}