	/*  General rules */
	
body, div, ul, ol, li, dl, dt, dd, p, address, table, th, td {
	margin:0;
	padding:0;
	}	
	
body {
	font:small/1.6em arial,Sans-serif;
	color:#333;
	}		
	
img	{
	display: block;
	border: 0;
	}
	
li {	
	list-style-type:none;
	line-height:1.1em;
	}	
	
th, dt	{
	font-weight: bold;
	}
	
address {
	font-style:normal;
	}		


	/*  Typography */
	
h1, h2, h3, dt	{
	font-family: Georgia, sans-serif;
	font-weight: bold;
	margin:0;
	margin-top: 1.5em;
	margin-bottom: .5em;
	padding:0;
	line-height:1.2em;
	}
	
h1 {
	font-size:200%;
	}	
	
h2  {
	font-size:150%;
	}	
	
h3 {
	font-size:125%;
	}	
	
p, dd, li, td	{
	font-size:12px;
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

	/* General linkology */
	
a, a:visited {
	text-decoration : none;
	color: #C77204;
	}

a:hover {
	text-decoration: underline; 
	}

a:active {
	text-decoration: none; 
	}

a.pdf {
	background-image:url(../i/pdf.gif);
	background-repeat:no-repeat;
	background-position:16px 8px;
	padding-left:32px;
	}	
		 
/*  fixes  */	 
	 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix  {display: block;}
	/* End hide from IE-mac */	 
	
	#contenttext {font-size:12px;}