body {
	margin: 0px;
	background-image: url(images/bg_tile.gif)
}

body,p,h1,h2,h3,td,ul,li { font-family: trebuchet ms, arial, verdana, helvetica, san-serif;}


div { border: none; }

h1 { font-size: 16px;
       color: #333333; }
       
h2 { font-size: 14px;
       color: #0066CC;}
       
h3 { font-size: 12px;
       background-color: #0066CC;
       padding-left: 3px;
       color: #ffffff; }
       
h4 { font-size: 11px;
       background-color: #666666;
       color: #ffffff;
       padding-left: 3px; }
       
p { font-size: 11px;
     letter-spacing: 1px;
     line-height: 14px;
     color: #333333;  }
     
 ul { list-style-image: url(images/blk_pixel_arrow.gif);
 	line-height: 14px; }
     
 li { font-size: 11px;
      font-weight:normal; }
	  
a { font-size: 11px;
	 font-weight: bold;
	 text-decoration: underline;
	 color:#0066CC ; }
a:link { font-size: 11px;
	 		font-weight: bold;
			 text-decoration: underline;
	 		color:#0066CC ; }
a:visited { font-size: 11px;
	 			font-weight: bold;
			 	text-decoration: underline;
				 color:#0066CC ; }
a:hover{ font-size: 11px;
	 			font-weight: bold;
			 	text-decoration: none;
				 background-color:#0066CC;
				 color:#ffffff; }

#index_col {
	width: 742px;
	height: auto;
	position: absolute;
	background-color: #ffffff;
	left: 132px;
	top: 191px;
}
