@charset "iso-8859-1";

body { 
	font: 	10pt Arial,Helvetica,sans-serif; 	
}

p { 
	color: 			#444;
	line-height: 	1.5em;
}

a{
	text-decoration: none;
	background: 	transparent url(dotlink.gif) repeat-x left bottom;
}
a:link ,a:visited {
	color: 			#547224;
}
a:hover {
	color: 			#1D8FDB;
}
acronym {
	background: 	transparent;  
	cursor: 		help;
}
h3 {
	font: 			bold 10pt Arial,Helvetica,sans-serif;
	text-transform: uppercase;	
	color: 			#444;
}

em {
	color: 	red;
	font-weight: normal;
}

td, th {
	border-bottom: 1px dotted #547224;
}

td {
	text-align: right; 
	padding-left: 5px; 
	padding-right: 5px; 
}

th {
	padding-left: 5px; 
	text-align: left; 
}
 




