/* CSS Document */

img {
border: none;
}

BODY
{
scrollbar-face-color: #3F6A35;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #cccccc;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #cccccc;
}

.text1 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.text2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.text4 {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

a:active { 
    text-decoration: none;
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana; 
	font-weight: bold;
	line-height: 16px;
} /* a:active - colour change when clicked */
a:link {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 16px;
} /* a:link - unvisited links */
a:visited { 
	text-decoration: none; 
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana; 
	font-weight: bold;
	line-height: 16px;
} /* a:visited - visited links */
a:hover {
	text-decoration: none;
	color: #00cc66;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
