/* CSS Document */

a:link {
	color: #996600;
} 
a:visited {
	color: #996600;
} 
a:hover {
	color: #009933;
} 
a:active {
	color: #009933;
}


td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
} 

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006633;
	font-variant: small-caps;	
	font-weight : bold;
} 

li  {
	line-height: 20px;
}

.home li  {
	list-style-type: square;
	list-style-image: url(arr4.gif);
	line-height: 28px;
} 

hr {
	height: 2px;
	color: #006633;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
	font-variant: small-caps;	
} 
.nav a:link {
	color: #996600;
	text-decoration: none;
} 
.nav a:visited {
	color: #996600;
	text-decoration: none;
} 
.nav a:hover {
	color: #996600;
	text-decoration: underline;
} 
.nav a:active {
	color: #996600;
	text-decoration: underline;
} 


