/**
 * Circle of Responsibility
 * Chameleon Studios Ltd.
 * URL: www.chameleonstudios.co.uk
 **/


/* General */
body		{ background-color:#FFF; }
body		{ font-family:Arial, Helvetica, sans-serif; font-size:85%; line-height:130%; color:#000; }
input, select, textarea 
			{ font-family:Arial, Helvetica, sans-serif; font-size:100%; color:#000; }
img			{ border:0px; }

#header, #navigation, #sub_navigation, #page_break, #homepage_panel
			{ display:none; }

h1, h2		{ padding:5px 0px; }

#page_content, #footer
			{ border-top:solid 1px #000; }

#highlights { margin:30px 0px; }
/* End: General */




