a:link { 
	color: #666666;
	text-decoration: none;
	;
	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #CC0000;
	background-color: #FFFFFF;
	text-decoration: none;
	}
a:active { 
	color: Black;
	}
	
	#redline {
		width: 700px;
		height: 1px;
		border-bottom: 1px solid #cc0000;
		margin-bottom: 1px;
		margin-left: 0px;
		margin-right: 0;
		margin-top: 0;
	}
	
	#theborders {
		position: absolute;
		width: 700px;
		height: 100px;
		border-bottom: 1px solid #000000;
		background-color: White;
	}
	
	#bordertext {
		font-family : Verdana, Arial, Helvetica, sans-serif;
      FONT-SIZE: 10pt;
	   color : #ffffff;
      margin : 0 0 0 0;	
	 }
	 
	 #bordertext a { 
	color: #ffffff;
	text-decoration: none;
	
	}
	
	
	#bordertext a:hover {
	background: #666666;
	color: #990000;
	}
	
	
