			              /* DCQ SE '02 STYLE SHEET */	
				/* Validates as Cascading Style Sheets, Level 2 */
	  /* per the W3C CCS2 Recommendation http://www.w3.org/TR/REC-CSS2/ */

			           /* BODY AND TEXT PROPERTIES */	

body  		{
		font-family: Arial, Helvetica, Sans Serif; 
		background: #f6fff6 url(frontbg.gif) repeat-y;
		color: #333;
		}
 h1		{
		font: bold 30px/40px "Tempus Sans ITC", "comic Sans MS", Arial, Sans-serif;
		text-align: center;
		margin-top: 20px;
		color: #66c;
		}
td.titl		{
		background: url(headbk.jpg) no-repeat #f6fff6;		
		}
div.tit1		{
		height: 100px;
		width: 502px;
		text-align: center;
		}
div.header	{
		font: bold 12px Arial, Helvetica, Sans-serif;
		height: 110px;
		text-align: center;
		color: #69c;
		}
div.head		{
		font: bold 12px Arial, Helvetica, Sans-serif;
		height: 50px;
		text-align: center;
		color: #69c;
		}
td.nav		{
		background: url(navbk.jpg) no-repeat #f6fff6;
		}
div.nav		{
		height: 60px; margin-top: 17px; margin-bottom: 10px;
		}
p 		{
		font-family: Arial, Helvetica, sans-serif;
		margin-left: .5cm;
		margin-right: .5cm;
		text-align: justify;
		}
.center		{
		text-align: center
		}
.txt		{
		font: 12px/16px Arial, Helvetica, sans-serif;
		}
.uline		{
		text-decoration: underline
		}
b		{
		font-weight: bold;
		}
				/*  LINK PROPERTIES  */


  a:link,
  a:active,
  a:visited,
  a:hover 		{
		font-family: arial, helvetica, sans-serif; 
		text-decoration: underline;
		}
  a:link		{
		color: #060; 
		}
  a:visited		{
		color: #090;
		}
  a:active,
  a:hover    	{
		color: #f00;
		}

 a.nav:link,
 a.nav:active,
 a.nav:visited,
 a.nav:hover	{
		font: bold 16px/17px arial, helvetica, sans-serif;
		text-decoration: none;
		}
 a.nav:link		{	
		color: #66c;
		}
  a.nav:visited {
		color: #99c;
		}
  a.nav:active,
  a.nav:hover 	{
		color: #c66;
		}  
		
  a.nav2:link,
  a.nav2:active,
  a.nav2:visited,
  a.nav2:hover	{
		font: bold 12px arial, sans-serif;
  		}
  a.nav2:link	{
		color: #66c;
		text-decoration: none;
		}
  a.nav2:active	{
		color: #c66;
		text-decoration: underline;
		}
  a.nav2:visited 	{
		color: #99c;
		text-decoration: none;
		}
  a.nav2:hover  	{
		color: #c66;
		background: #ddf;
		text-decoration: none;
		}
		
  a.bold:link,
  a.bold:active,
  a.bold:visited,
  a.bold:hover	{
		font: italic bold 24px "Trebuchet MS", "comic sans ms", arial, sans-serif;
  		}
  a.bold:link	{
		color: #66c;
		text-decoration: none;
		}
  a.bold:active	{
		color: #c66;
		text-decoration: underline;
		}
  a.bold:visited 	{
		color: #99c;
		text-decoration: none;
		}
  a.bold:hover  	{
		color: #c66;
		text-decoration: underline overline;
		}
		
						/* PRINT PROPERTIES */
		
  @page {size: 8.5in 11in; margin: 0.75in 0.3in;} 
  
  @media print {
body {margin: -20px 0px 15px 0px; background: white; color: black;}
p {font: 14px/18px arial, sans-serif; text-align: justify;}
.printhide {display: none;}
div.header {height: 60px;}
img  {page-break-inside: avoid;}
a:link,
a:visited,
a:active {font-size: 14px; text-decoration: none;
color: black;}
a.cap:link, 
a.cap:active, 
a.cap:visited, 
a.cap:hover {color: black; text-decoration: none}
 a.nav:link,
 a.nav:active,
 a.nav:visited,
 a.nav:hover { font: bold 12px arial, helvetica, sans-serif;
		text-decoration: none;}
}
		
