/* Element defaults - redefine tags */
body, table, th, tr, td, form, p, ol, ul, li, input, select, textarea 	{ color:#000000; background:#FFFFFF; font-family:Times New Roman, Times, serif; font-size:10pt; }

hr              { color:#CCCCCC; height:1px; background:#CCCCCC; border:none;  }

h1		{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:20pt; color:#000000; font-weight:lighter; }
h2 		{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:14pt; color:#000000; font-weight:lighter; }
h3, h4, h5, h6 	{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:10pt; color:#000000; font-weight:bold; }

/* Href elements - redefine A tag (links) */
a:link    	{ text-decoration:underline; color:#0000FF; }
a:visited 	{ text-decoration:underline; color:#0000FF; }
a:hover   	{ text-decoration:underline; color:#0000FF; }
a:active  	{ text-decoration:underline; color:#0000FF; }

#divLeftCol, #divHeader, #divFooter { display:none; } 

#divPrintHeader, #divPrintFooter { display:block; }

