/*  Circle G Brand style sheet
	All rights reserved.      */
body {
	margin: 0;
	padding: 0;
	width: 595px;
	}
	
body,p, address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;/* 76% minumum. IE bonks to mmicro size under 76. */
	color: #000;
	color: black; 
	background-color: transparent;
}
body {
	background-image: url(file:Images/cgb_bg.GIF);
	background-color: white;
	}
a:link {color: #800000;}
a:active {color: red;}
a:hover {color: olive;}

.inav {
	display: inline;
	color: #996633;
	padding-left:0.2em;
	}
address {
	font-size: 10pt;
	}