body     {
	 background-color:#343B4D;
	 color: #ffffff;
	 margin:0px;
	 }
	 
#smallt  {
         color: white;
         font-size: 13px;
	 font-weight:bold;
	 font-family: Helvetica, sans-serif;
	 background-color:#343B4D;
         }

img	 {
	 border-width:0px
	 }
	
a	 {
	 text-decoration:none;
	 color: #afe6fa;
	 background-color:#343B4D;
	 }
	 
a:hover	 {
	 text-decoration:none;
	 color: #f87a17;
	 background-color:#343B4D;
	 }	 
	 
a.button {
	 color:white;
	 font-weight:bold;
	 background-color:#343B4D;
	 }
	 
td.buttono:hover {
	 background-image:url('images/button1oo.gif')
	 }		
	 
div      {
	 margin:auto;
	 width:770px;
	 top:0px;
	 }

#menutxt {
	 font-weight:bold;
	 color:silver;
	 float:left;
	 background-color:#343B4D;
	 }
	 
#text    {
	 color:white;
/*	 font-size: 12px;*/
	 background-color:#343B4D;
	 line-height: 1.7em;
	 }