

#content {
	border: 1px solid #003399;
}

.bandtop {
	background:url(images/band.gif) top left repeat-x;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	height:12px;
	margin:0;
	padding:0;
	}

.band {
	background:url(images/band.jpg) top left repeat-x;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	height:12px;
	margin:0;
	padding:0;
	}
	
	body{ 
	color: #333333; 
	font-family: Arial; 
	font-size: 12px; 
	}
	
a { color: #204883; 
	font-weight: bold; 
	text-decoration: none;
	}
	
a:hover {
	color:#204883;
	text-decoration:underline;
	}
	
a:visited 
	{color:#999999;
     text-decoration:none;
     }

a.leftmenu:link, a.leftmenu:visited {
   visible: false;  
   color: #204883; 
	font-weight: bold; 
	text-decoration: none;
   }
   
a.leftmenu:hover { 
   visible: false;  
  color:#204883;
	text-decoration:underline;
   } 