/*-------------------------*//* print stylesheet *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background:white;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:16pt;
}

h2{
	font-size:15pt;
}

h3{
	font-size:14pt;
}

h4{
	font-size:13pt;
}

h5{
	font-size:12pt;
}

h6{
	font-size:11pt;
}
	
/*link specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a {
	color:#555;
	background:transparent;
	font-weight:bold;
	text-decoration:none;
}

a img {
	border: 0;
}
	
/*content specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container, #content{
	width:auto;
	border:0;
	margin:0;
	padding:0;
	float:none!important;
	color:black; 
	background:transparent;
}
	
/*hidden page sections */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
	
.skip, #header_links, #tools, #nav, #content_sub, #footer ul {
	display:none;
}

#sponsors ul {
	display: block;
}

#sponsors li {
	display: inline;
	margin-right: 1cm;
}
	
/*footer specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	font-size:9pt;
	margin:20px 0 0;
}

