/*====================================================
 HTML tag overrides
======================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


/*-----------------------------------------------
 [] block-level sections
-------------------------------------------------*/
#topnavrow{
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990099;
	border-bottom-color: #990099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#topnavrow a{
	text-decoration:none;
}
#topnavrow a:hover{
	text-decoration:underline;
	background-color:#FFFF66;
}

#sectionnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	left: 5px;
	text-decoration:none;
}
#sectionnav a{
	text-decoration: none;
	color:#999999;
}
#sectionnav a:hover {
	color:#000000;
	border: 1px solid #CCCCCC;
}
#footer{
	font-size: 9px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;	
}