/*** BASIC STYLES START ***/
    BODY, DIV, TD, P{
      font-family: verdana, arial, sans-serif, helvetica, verdana;
      font-size: 11px; 
      line-height: 140%;
      color:#333333;
    }
    
    A:Link, A:Visited {
    	font-size: 11px;
      color:#003399;
    }
/*** BASIC STYLES END ***/




	DIV.subNavLink{
	font-size: 13px;
	width:100%;
	color: #000000;
	}
	
	A:Visited.subNavLink {
		font-size: 13px;
		color: #111111;
		text-decoration: none;
		padding: 1 0 5 0;
		width: 100%;
	} 
	
	A:Link.subNavLink {
		font-size: 13px;
		color: #000000;
		text-decoration: none;
		padding: 1 0 5 0;
		width: 100%;
	}
	
	A:Active.subNavLink {
		font-size: 13px;
		color:#333333;
		text-decoration: none;
		padding: 1 0 5 0;
		width: 100%;
	}
	
	A:Visited.subNavSelected, A:Link.subNavSelected {
		font-size: 13px;
		color: #FFFFFF;
		text-decoration: underline;
		padding: 3 0 5 4;
		width: 100%;
	}
	
	.subNavNoLink{
		color:#999999;
		text-decoration: underline;
		padding: 1 0 5 0;
		width: 100%;
	}
	
	A:Hover.subNavLink{
		font-size: 13px;
		text-decoration: underline;
		width: 100%;
	}
	
	
	DIV.subNavSubLink{
		font-size: 11px;
		
	}	
	
	A:Link.subNavSubLink  {
		font-size: 11px;
    	color: #111111;
    	text-decoration: none;
        width: 100%;
        margin-left:10px;
    }
    
    A:Visited.subNavSubLink {
    	font-size: 11px;
    	color: #111111;
    	text-decoration: none;
        width: 100%;
        margin-left:10px;
    }
    
    A:Active.subNavSubLink {
    	font-size: 11px;
		color:#333333;
		text-decoration: none;
		width: 100%;
	}
    
    A:Hover.subNavSubLink{
    	font-size: 11px;
    	text-decoration: underline;
    	width: 100%;
    }
    
    
    /*** margins styles start ***/
    .bodyMargins{
      margin: 15 6 0 15;
  		width:100%; /* I have to specify a width for IE5 PC, or else it ignores 		the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
  		voice-family: "\"}\"";
  		voice-family: inherit;
  	}
    
    html>body .bodyMargins {
      width:auto;
    }
/*** margins styles start ***/


.color {
  color:#003399;
}
        
.highlight{
  color:#3333CC;
}
 
        
.errorMsg{
  font-size:10px;
  color:#FF3333;
	margin-left:10px;
}

.smallLight{
  font-size:10px;
  color:#999999;
  margin-top:6px;
}

H1,.head {
  font-size:14px;
  font-weight:bold;
  line-height:12pt;
  color:#003399;
  margin-top:10px;
  margin-bottom:8px;
}


.subHead {
  font-size:11px;
  font-weight:bold;
  line-height:10pt;
  color:#666666;
  margin-bottom:4px;
}

.footer{
  font-size:10px;
  color:#ffffff;
  margin-top:3px;
}

.tablehead {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

H2, .head {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	line-height:12pt;
	margin-top:8px;
	margin-bottom:6px;
}

P.sidehead {
	font-size: 11px;
	width:100%;
	color: #222222;
	margin-bottom:2px;
	line-height:0px;

}


ul.square{
	list-style-type: square;
}

