/* -- begin style sheet -- */

@import url(typography.css);
@import url(links.css);
@import url(format.css);
@import url(ie6.css);

body {
background: url(../images/stripeBackground.jpg) repeat;
 }
 
a:link{
font-family: verdana, Arial, helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#882D0E
}


a:hover, a:active {
font-family: verdana, Arial, helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#666666;

}


 a:visited {
font-family: verdana, Arial, helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#999999;
	}
	
.navLinkOne a:hover {
font-family: verdana, Arial, helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#7F682C;
	}	

/* -- end style sheet -- */