a:link	{color: #103B68;	font-family: arial;	font-size: 14px;	font-weight: bold;	text-decoration: underline;}
a:visited	{color: #103B68;	font-family: arial;	font-size: 14px;	font-weight: bold;	text-decoration: underline;}
a:hover	{color: #000000;	font-family: arial;	font-size: 14px;	font-weight: bold;	text-decoration: none;}
a:active	{color: red;	font-family: arial;	font-size: 14px;	font-weight: bold;	text-decoration: none;}




/* FONT formatting */
.text	 {color: #000000;	font-family: arial;   font-size: 14px; text-decoration: none;}

.txtbig	 {color: #ffffff;	font-family: arial;   font-size: 18px;	font-weight: bold;	text-decoration: none;  text-align: justify;    width: 100%;}


.txtmed	 {color: #000000;	font-family: arial;   font-size: 18px;	font-weight: bold;	text-decoration: none;    width: 100%;}



/* FORM formatting */
form    	{font-family: verdana; 	font-size: 11px; 	color: #E6CF8D;}
input   	{font-family: verdana; 	font-size: 11px; 	color: #000000; background-color : e6e6e6;}
select  	{font-family: verdana; 	font-size: 11px; 	color: #000000; background-color: E6CF8D;}

textarea	{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color : e6e6e6;
}
.submit 	    {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color:#397234;
}




