/* CSS Document */
body {
	font-family: trebuchet ms, Arial, Helvetica; 
	background-color:#FC6; 
	color:#000; 
	margin-left:.25em; 
	margin-top:0}
	

a 	{
	color:#C06;
	}

a:visited { 
	color:#09C;
	}
a:hover {color:#969}

.colA {font-weight:bold; color:#C00}
#hd1 {font-size:x-large}
#hd2 {font-size:large}
#hd3 {font-size:medium; text-align:center}
#tx1 {font-size:x-small}
#tx2 {font-size:smaller; font-weight:bold}
#tx3 {font-size:smaller; font-weight:bold; color:#C00}

#tbBox { 
	border:5px double #F90; 
	width:95%; 
	}
#tdBox { 
	padding:.5em;
	text-indent:1em;
	font-weight:bold;
	color: #C00;
	text-align: justify;
	}
