
/* Link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  ****************************************************************************/
:link,:visited,:hover { text-decoration:none; }

/* No list-markers by default, since lists are used more often for semantics */


/* Avoid browser default inconsistent heading font-sizes and pre/code too    */
h1,h2,h3,h4,h5,h6,pre,code { font-size:12px; font-weight: normal; }

/* Remove the inconsistent (among browsers) default ul,ol padding or margin
 * the default spacing on headings does not match nor align with normal
 * interline spacing at all, so let's get rid of it.
 * Zero out the spacing around pre, form, body, html, p, blockquote as well
 * form elements are oddly inconsistent, and not quite CSS emulatable.
 * Nonetheless, strip their margin and padding as well.
 *****************************************************************************/
hr,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl
{ margin:0; padding:0; list-style-type: none; }

/* whoever thought blue linked image borders were a good idea?
 *****************************************************************************/
a img,:link img,:visited img { border:none; }


BODY { background: white;
       font-size: 12px; 
	 
	   font-size: size9; 
text-align: justify;
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 730px;

	   }
	   
	   
	   p {padding-bottom: 25px;}
	   
	    
a img,:link img,:visited img { border:none; }
	    
	    
	    form a {text-decoration: none; }
	    
	    form {
	    text-align: top;
	    }
	    
	    
	    
	    div#footer2 {  
	      padding-top: 5px;
	    background-image: url(images/footer2.gif);
	       height: 35px;
	       width: 2400px;
	    }
	    
	    
	 
	   
	   .footertext {
	 
	padding-left: 45px;
	   font-size: 10px; 
	   color: #ffffff;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   }
	
	   
	   
	   table#contact  {
	   
	   font-size: 13px; 
	   color: #777777;
	  
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   
	   }
	   

	   
	   
div#cont { 
font-size: size9; 
text-align: justify;
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 730px;
padding-left: 45px;

}