/* Print CSS Style for friendly printing */
/* $Id: print.css 630 2009-09-21 00:50:48Z pjkix $ */

/* Basic defaults
--------------------------------*/
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000; background-color:#fff;}
body { background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a:link { color: #0099FF; text-decoration: none;background-color:#eee;}
a:visited { text-decoration: none; color: #aaa;background:#eee;}
a:hover { text-decoration: underline; color: #000;background:#eee;}
a:active { text-decoration: none; color: #c30;background:#ccc;}
h1 { font-size: 1.6em;background-color:#000;color:#fff;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}

h1,h2,h3,h4 {margin:0;padding:0;}

a img {border:none;}


/* Structure
------------------------------- */

ul.nav li {display:inline;}
ul.nav {padding:0;margin:0;}
#u-nav {display:none;}
#content {margin:1em;background-color:#fff;color:#000;}
#affiliates {display:none;}
#footer {text-align:left}
#site-check {display:none;}
#license {text-align:center;}

#header h1,
#header p 
	{text-align:center;}

#header img {float:left;}

#header {background-color:#eee;overflow:hidden;} 

a.skip,
a.skip-link,
#search,
#g-nav,
.formats
	{display:none;}

