body					{ font: 10px Verdana; color: #000000;}
/* table cell designations */
td  					{ font: 10px Verdana; color: #FFFFFF }
/* bold tag designation */
b   					{ font-weight: bold } 

/*Setup for basic links*/	
a   					{ color: #BA611F; font: 10px Verdana; font-weight: bold; text-decoration: none }
a:visited				{ color: #BA611F; font: 10px Verdana; font-weight: bold; text-decoration: none }
a:active				{ color: #e48821; font: 10px Verdana; font-weight: bold; text-decoration: none }
a:hover					{ color: #e48821; font: 10px Verdana; font-weight: bold; text-decoration: underline }
