/* CSS Document */

body{ margin: 0; }


		A 
			.a1:link  { text-decoration: none; font-weight: bold; color: #61634D; }
			.a1       { text-decoration: none; font-weight: bold; color: #61634D; } 
			.a1:hover { text-decoration: underline; font-weight: bold; color: #9EB409; }

a { text-decoration: underline; font-weight: normal; color: #61634D; }
a:hover { text-decoration: underline; font-weight: normal; color: #9EB409; }

.highlight {
	color: #61634D;
	padding: 2px 0px 0px 0px;
	font: 13px arial;  
	font-weight: bold;
}	

.content {
	color: #61634D;
	padding: 0px 25px 0px 0px;
	font: 12px arial;  
	font-weight: normal;
}