body { 
       background: #ecf0f6;
	   color:#000000;
	   font:12px Verdana,Arial,Helvetica,sans-serif;
	   margin:6px;
	   padding:0;
	   	text-align: center;
			padding-top: 10px;
	 }
	 
font,th,td,p {
            font:12px Verdana,Arial,Helvetica,sans-serif
		   }

.TSmall { 
           font-size:10px
		  }

a:link,a:active,a:visited,a.postlink { 
                                      color:#32475f;
									  text-decoration:none
									}
									
a:hover { 
         color:#839fbc;
		 text-decoration:underline
	    } 

.TBodyLine {
           background:#F9FAFB;
		   border:1px solid #98aab1
		  }

		  
.TBodyLine2 {
           background:#F9FAFB;
		   border-width:1px;
		   border-style: solid;
		   border-color: #98aab1;
		  }

.TTopBG { 
         background: #DFE8EF repeat-x
		}

.TTopNav { 
		 background: #b0c4d8 repeat-x;
		 height:21px;
		 white-space:nowrap;
		 border: 0px solid #91a0ae;
		 border-width: 1px 0px 1px 0px;
		 font-size: 9pt; 
		 font-weight: bold; 
		 text-decoration: none
		}

.TMainTitle{ 
               font:bold 10pt Verdana,Arial,Helvetica,sans-serif;
			   text-decoration:none;
			   color:#05121D
			  }
			  
.TNav { 
               font:9pt Verdana,Arial,Helvetica,sans-serif;
			   text-decoration:none;
			   color:#05121D
			  }

.TNav2 { 
               font:9pt Verdana,Arial,Helvetica,sans-serif;
			   text-decoration:none;
			   color:#05121D;
			   float: right;
			  }
.TNav3 { 
               font:9pt Verdana,Arial,Helvetica,sans-serif;
			   text-decoration:none;
			   color:#05121D;
			   float: left;
			  }
			  
			  
img { 
     border:0 solid
   }
 
 .imageSample {
	float: left;
	width: 15%;
	background: url('images/mini.jpg') #F9FAFB no-repeat top left;
	min-height: 200px;
}
 
.contentMain {
	float: right;
	width: 85%;
	background: #F9FAFB;
}