body
   {
   font-size: 70%;
   color:#333;
   background-color:#f1f1f1;
   margin:0px;
   line-height: 1.4em; 
   }

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
   {
   font-family: verdana,helvetica,arial,sans-serif;
   }

table, input, textarea
   {
   font-size: 100%;
   }

h1 {font-size:150%;margin:4px;}
h2 {font-size:140%;margin-top:10px;margin-bottom:10px;}
h3 {font-size:130%;margin:4px;}
h4 {font-size:120%;margin-left:4px;margin-top:8px;margin-bottom:2px;}
h5 {font-size:110%;margin:4px;}
h6 {font-size:100%;margin:4px;}

ul 
   {
   list-style:none;
   list-style-type: square;
   margin:0px 4px 4px 18px;
   padding:0px;
   }

ul li 
   {
   padding-left:0px;
   margin:3px;
   }

ul li ul 
   {
   list-style:none;
   list-style-type: circle;
   }

a  
   {
   color:black;
   text-decoration:none;
   font-weight:bold;
   }

a:hover 
   {
   color:#9900cc;
   text-decoration:underline;
   }

a.blue 
   {
   color:blue;
   text-decoration:underline;
   }

a.gray 
   {
   color:gray;
   text-decoration:underline;
   }

a.red 
   {
   color:red;
   text-decoration:underline;
   font-weight:bold;
   fint-size:140%;
   }

a.white 
   {
   color:white;
   text-decoration:underline;
   font-weight:bold;
   fint-size:140%;
   }

p.sectHdr 
   {
   margin:0px;
   padding:2px;
   background:#c8c8c8;
   font-weight:bold;
   font-size:100%;
   text-align:left;
   }

p 
   {
   margin:4px;
   padding:2px;
   font-size:100%;
   text-align:left;
   }

p.footer 
   {
   margin:0px;
   padding:2px;
   color:red;
   font-weight:bold;
   font-size:100%;
   text-align:center;
   }

td.type2 
   {
   font:110% Verdana, sans-serif;
   font-weight:normal;
   text-align:center;
   }

th.hdr1 
   {
   background:#c8c8c8;
   font-weight:bold;
   font-size:110%;
   text-align:center;
   }

#breadCrumbs 
   {
   margin:2px;
   padding:0px;
   font-weight:bold;
   font-size:1em;
   text-align:left;
   color:#999999;
   }

#addrLne 
   {
   margin:0px;
   padding:2px;
   background:#00f0co;
   font-weight:bold;
   font-size:1em;
   text-align:center;
   }

#redBox
	{
	float:middle;
	width:35em;
	padding:10px;
	margin:0px;
	border:10px solid #999999;
	line-height: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: #ff0000;
	color: #ffffff;
	}

