.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;

}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
.titlegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#337321;
}

A.textlink:link {color:#337321; text-decoration:none; font-weight: bold;}
A.textlink:visited {color:#337321; text-decoration:none; font-weight: bold;}
A.textlink:active {color:#337321; text-decoration:none; font-weight: bold;}
A.textlink:hover {color:#337321; text-decoration:underline; font-weight: bold;}



A.smalllink:link {color:#337321; text-decoration:none; 	font-size: 10px;}
A.smalllink:visited {color:#337321; text-decoration:none; 	font-size: 10px;}
A.smalllink:active {text-decoration:none; 	font-size: 10px;}
A.smalllink:hover {color:#337321; text-decoration:underline;  	font-size: 10px;}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
.smalltextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
}



.bckpic { 
background-attachment: scroll; 
background-image:   url(graphics/scratch.gif); 
background-repeat: no-repeat; 
background-position: 50% 40%; 
} 




