*{font-family: sans-serif;}

body{
      /*
      background: url('text2.jpg') no-repeat fixed ;
      background-position: 0px -26px;*/
      
      background: url('text12.jpg') no-repeat fixed ;
      /*background-position: -9px -33px;*/
      background-position: -3px -6px;
      
      margin: 0px;
      padding: 10px;
      
      /*
      border-left: 1px dotted silver;
      border-right: 1px dotted silver;
      */
      
      
      /*border-left: 1px solid #666666; 
      border-right: 1px solid #666666;
      */
      }
            
p{
      text-align: justify;
      font-size: 13;
      color: silver;
}

h1, h2, h3, h4{
      color: #3399FF;
}

h1{
      font-size: 18px;
}
h2{
      font-size: 15px;
}
h3{
      font-size: 12px;
}



a{
      
      color: #3399FF;
      text-decoration: none;
}

a:hover{
      color: #3399FF;
      text-decoration: underline;
            /*font-weight: bold;*/
            /*color: black;
            background-color: #3399FF;*/
}      

img{
      margin: 3px;
	border: 1px solid #666666;
}

li{
      font-size: 13;
      
      color: silver;
      
      
      
      list-style: url('bullet_1a.gif');
}

.float-r{
	float: right; 
}

.float-l{
      float: left;
}

table{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: silver; 
	border: none;	
}

td{
	border-bottom: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
}

hr{
      color: silver;
}
