/* ----- PRINT STYLES CLCC3 ----- */

.printHide, .hide, #highlights, .spotTopWrapper, .spotBottomWrapper, .spotTopWrapperLower, .spotMenuSeparatorWrapper, .menuWrapper {display:none;}

body {margin:0.25in;background:#fff;font-family:palatino,georgia,serif;font-size:96%;color:#000;}

h1, h2, h3, h4, h5, h6, dt, td {font-family:verdana,arial,helvetica,sans-serif;font-weight:bold;color:#000;}
/* h1, h2, h3, h4, h5, h6 {font-weight:bold;margin:25px 0 15px 0;}*/
h1 {font-size:1.4em;}
h2 {font-size:1.2em;}
h3 {font-size:1.15em;}
h4 {font-size:1.1em;}
h5 {font-size:1.0em;font-style:italic;}
h6 {font-size:.9em;font-style:italic;}
dt {font-size:.9em;}
p, li, dd, td, th {font-size:10pt;}
legend {font-size:.9em;}
p, ul, dl {margin-top:8px;margin-bottom:12px;}
dd {margin-top:4px;margin-bottom:12px;}
li li, li li li, li p, dd li, li dd, td p, td dd, td dt, td ul, td li, blockquote p {font-size:1em;}
code, tt, pre {font-family:monaco,"Bitstream Vera Sans Mono","Courier New",courier,monospace;font-weight:normal;font-size:.9em;color:#333;}
th {text-align:left;}
blockquote	{padding:0 0 0 10px;margin-left:20px;border:0;border-left:1px dotted #666;}
blockquote p {font-size:.9em;font-family:Georgia,"New Century Schoolbook","Times New Roman",times,serif;text-align:justify;line-height:125%;}
/* dt {margin:20px 0 6px 0;} */

a:link, a:visited {color: #333;background:transparent;text-decoration:underline;}
a:hover {color:#000;background:#ddd;text-decoration:underline;}
	
/* custom styles start here */
#footer {margin-top:30px;color:#666;padding-top:0;border-top:1px solid #999;}

.clr {color:#369;}

@media print {
	#printNav, printHide {display:none;}
}

