body {	background: #fcfad2;
		margin: 0px;
		padding: 0px;
		font-family: verdana;
		font-size: 12px;
	}
	 
A:link  {COLOR: #4a1313; TEXT-DECORATION: none}
A:visited {COLOR: #4a1313; TEXT-DECORATION: none}
A:active  {COLOR: #4a1313; TEXT-DECORATION: none}
A:hover {COLOR: #4a1313; TEXT-DECORATION: none}	


div.head_top { width: 950px;
			   background: #6176ad;
			 }

div.body {  width: 950px;
			text-align: left;
			background: #fcfad2; 
			padding: 0px;
			margin: 0px; 
			height: 100%;
			font-size: 14px;
		 }


div.footer { width: 100%;
			  color: #1d2847;
			  float: left;
		   }	
			  	  
div.page_sections { width: 700px;
    				float: right;
				  }
				  
div.sections_left_menu { width: 150px }

.button {border: 0px solid blue;
		 background: #fcfad2;
		 color: black;
		 font-weight: bold;
		 }


table.sections {width: 600px}
td.sections_head {text-align: center; border-bottom: 1px solid black; padding-bottom: 5px}
td.sections {text-align: center}
			  	  
h1 { font-size: 16px;
	 font-weight: bold;
   }
   
h2 { font-size: 14px;
	 font-weight: bold;
   }
   			  	  
p.main { font-size: 13px;
		 
	   }   			  	 	
  	
	   
ul.main { font-size: 12px }	   

li.main { font-size: 12px;
   	 margin-bottom: 5px
   }
