/*

File:		eqtr_print.css
Created:	02.09.2009
Author:		Sean Jones @ Equator	

Notes:


*/


/*---[ Basic Semantic Elements ]---*/

html {
	}
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}
form {
	padding:0;
	margin:0;
	}

/*---[ Typography ]---*/
.logo h2 img {
	border:none;
	margin-bottom:20px;
	}
h1 {
	font-size:18pt;
	padding-bottom:20px;
	margin-bottom:20px;
	}
h2 {
	font-size:16pt;
	}
h3 {
	font-size:14pt;
	}
h4 {
	font-size:12pt;
	}
h5 {
	font-size:11pt;
	}	
p, ul, ol {
	font-size:11pt;
	}		

/*---[ Structural Elements ]---*/	
.smallPrint {
	border-top:1px solid #e6e6e6;
	margin-top:4px;
	}
.smallPrint p {
	font-size:8pt;
	}	
	
/* common elements */	
.mainContent {
	clear:both;
	}			

/*---[ Hidden Elements ]---*/
.toContent,#siteControls .controls,#nav,.subContent {
	display:none;
	}

		



