
/* --- PRINT STYLE ------------------------------------------------------------------------------------------------------------------ */

*			{ margin:0; padding:0 }		 
body			{ font-family:arial,verdana,sans-serif; background:#007ec6 url(../images/bg_01.gif) no-repeat; color:#333 }
img			{ border:none }
h1, h2, h3, p, dl, ul	{ font-size:11px }
h1			{ text-transform:uppercase }
a			{ text-decoration:none; color:#333 }
a:hover			{ text-decoration:underline }
ul			{ list-style:none }
.clear			{ height:1px; clear:both }
 
/* --- DONT PRINT ------------------------------------------------------------------------------------------------------------------- */
 
#header,
#nav,
#subnav,
#teaser,
#print,
#footer,
#top,
.box		{ display: none; }
 
/* --- CONTENT ---------------------------------------------------------------------------------------------------------------------- */
 
#content		{ margin-left:10px }
#content-wrapper	{ margin-bottom:18px }
#content h1		{ line-height:22px; background:#fff; margin-bottom:20px }
#content h2,
#content p		{ padding-bottom:6px }
#content .first		{ margin-top:12px }