/* This is so text input boxes will render the same in IE and Netscape */
.monospace { font-family:Courier,monospace;
	font-size: 5pt }

.text
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000
   }	

th, p {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000
   }
   
td {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000
   }	   
  
  h2, big {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold
   }

  h1 {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 18pt;
   font-weight: bold
   }

  small {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 8pt;
   color: #666666
  }
  
  /* Color Definitions */
  
  .red {
   color: #CC0033
   }
   
   .white {
   color: #ffffff
   }
   
   .grey {
   color: #666666
   }
   
   .silver {
   color: #999999
   }
   
   .blue {
   color: #0066cc
   }
   
   /* Link Definitions */
   
   a {text-decoration: none}
a:hover {text-decoration: underline; color: red}
		
.homeText {
	width: 552px;
	height: 96px;
	margin-top: -110px;
}	

.homeTextInner {
	padding: 10px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
