body{
	font: normal normal 9pt/150% verdana;
	margin:0px;
	background: #dddddd;

}


/* -- Links -- */
	a:link	 {   color:#344c6a; }
	a:hover { color:#000000; }
	a:visited{ color:#344c6a; }
	a:active { color:#344c6a; }
	

a.detailsLink:link,
a.detailsLink:hover,
a.detailsLink:visited{
	margin-top:20px;
	color:#ffffff;
    background:#2a4569;
	font-size:8pt;
	padding:5px 0px;
	display:block;
	width:200px;
	text-align:center;
}

/* -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font: .65em/1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding:0px;
	color:#222222;
}
 
    h1  {  font-size: 150%;	}
    h2  {  font-size: 150%; }
    h3  {  font-size: 120%; }
    h4  {  font-size: 100%; }
    h5  {  font-size: 90%;  }
    h6  {  font-size: 90%; border: 0; }

	.mainDeosHdr{
			font: .65em/1.6em Arial, Helvetica, sans-serif;
			margin:10px 0px;
			font-size:16pt;
			color:#ffffff;
	}
	
			/* # -- Common Text  -- */
			.fWb {  font-weight:bold !important;}
			.fWn {  font-weight:normal !important; }
			.sTxt {  font-size:90% !important;  }


			/* # -- FRS Text Aligments  --  */
			.tAl  { text-align:left  !important;      }
			.tAc { text-align:center  !important; }
			.tAr { text-align:right !important;     }
			.tAj  { text-align:justify; }

			/* # -- Common Block Mes -- */
			
			.w10px   {   width: 10px;}
			.w15px   {   width: 15px;}
			.w20px   {   width: 20px;}
			.w30px   {   width: 30px;}
			.w40px   {   width: 40px;}
			.w50px   {   width: 50px;}
			.w60px   {   width: 60px;}
			.w80px   {   width: 80px;}
			.w100px {  width: 100px;}
			.w120px {  width: 120px;}
			.w140px {  width: 140px;}
			.w160px {  width: 160px;}
			.w170px {  width: 170px;}
			.w180px {  width: 180px;}
			.w200px {  width: 200px;}
			.w240px {  width: 240px;}	
			.w400px { width: 400px; }		
			
/* -- Lists -- */		

ul.grList {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
ul.grList li{
	margin:0px;
	padding:1px 0px 1px 22px;
	background: url(../images/bGrBlt.gif) no-repeat 0px 2px; 	
}
ul.smpFrList{
	list-style-position:inside;
	margin:0px;
	padding:0px;		
}
		
