

body {
	
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}

/* controls main page links that are not otherwise defined below */
A:active {
    	color: #DDAE82;
   	 text-decoration: none;
	font-weight: bold;
	}
	A:link {
     	color: #008F8A;
    	text-decoration: underline;
	font-weight: bold;
	} 
	A:visited {
    	color: #008F8A;
    	text-decoration: underline;
	font-weight: bold;
	}
	A:hover {
    	color: #DDAE82;
    	text-decoration: none;
	font-weight: bold;
	}


}


/* Main Text and Main Box */
.bktext { font: 12px/16px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; }

/* Box Text */
.bkboxtext { font: 11px/14px Tahoma; }

/* Copyright */
.copy { font: 9px Tahoma; color: #666666; }
.copy A:active {
    	color: #DDAE82;
   	 text-decoration: underline;
	font-weight: normal;
	}
	.copy A:link {
     	color: #008F8A;
    	text-decoration: none;
	font-weight: normal;
	} 
	.copy A:visited {
    	color: #008F8A;
    	text-decoration: none;
	font-weight: normal;
	}
	.copy A:hover {
    	color: #DDAE82;
    	text-decoration: underline;
	font-weight: normal;
	}




