body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	overflow:auto;
	scrollbar-base-color: #339900;
	background-color : #FFFFFF;
}  
a:link {
	color: #339900;
	text-decoration: none;
} 
a:visited {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: none;
} 
a:active {
	color: #003300;
	text-decoration: none;
} 

a.title:link {
	color: #CC3333;
	text-decoration: none;
} 
a.title:visited {
	color: #CC3333;
	text-decoration: none;
}
a.title:hover {
	color: #FFFFFF;
	text-decoration: none;
} 
a.title:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.speciallink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 16px;
}
a.speciallink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 16px;
}
a.speciallink:hover {
	color: #003300;
	text-decoration: none;
	font-size : 16px;
}

a.speciallink#selected {
	color: #003300;
	text-decoration: none;
	font-size : 16px;
}

a.footerlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:hover {
	color: #FF9966;
	text-decoration: none;
}
a.footerlink:active {
	color: #FF9966;
	text-decoration: none;
}
p {
	color: #003300;
} 
table {
	color: #003300;
	text-align: left;
	line-height : 150%;
	font-size : 14px;
} 
blockquote {
	color: #003300;
	text-align: left;
} 
H1 {
	font-size: 30px;
	color: #003300;
	font-style : italic;
} 
H2 {
	font-size: 22px;
	color: #000000;
	font-style : oblique;
} 
H3 {
	font-size: 14px;
	color: #000000;
	font-style : normal;
} 
H4 {
	font-size: 12px;
	color: #000000;
} 
H5 {
	font-size: 14px;
	color: #000000;
} 
H6 {
	font-size: 10px;
	color: #000000;
} 
.white { color: #FFFFFF;
}
.brick { color: #CC0000;
}
.top {
	background-color : #FF6633;
}
.middle {
	background-color : #D8C6B8;
}
.bottom {
	background-color : #FF6633;
}
.navigation {
	background-color : #999966;
}
.tile { background-image : url(../images/tile.gif);
}
.quote {
	color: #FFFFFF;
	font-size: 20px;
	text-align : right;
	font-family : "Times New Roman", Times, serif;
	line-height : 100%;
}
.plain {
	background-image: none;
	padding-left: 10px;
}