/* CSS Document */
body {
	background-image: url(../images/yellow_background.gif);	
	background-repeat: repeat;
	
}

.verdanaTxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#textnav {
position:relative;
margin-left:280px;
margin-top:0px;
}

#textnav a:link { color: #0096D6; }
#textnav a:visited { color: #0096D6; }
#textnav a:hover { color: #0069AA; }
#textnav a:active { color: #0069AA; }




