	/* content styles for the page */
	a {
		color: #006699;
	}
	
	a:hover{
		color: #000000;
	}
	
	a:visited{
		color: #666666;
		
	}
	
	p, td, body, .content {
		font-size: 12px;
		line-height: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	h1{
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 2px;
		letter-spacing: 0px;
		Font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}
	h2{
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		color: #006699;
		padding-top: 5px;
		padding-bottom: 2px;
		letter-spacing: 0px;
		Font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	h3{
		font-size: 14px;
		font-weight: bold;
		color: #006699;
		padding-top: 5px;
		padding-bottom: 2px;
		letter-spacing: 0px;
		Font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}

		
    ul    { 
		list-style-type: square; 
		margin-left:15;
	}
	ul li { 
		margin-bottom:5
	}
	.callOut{
		font-size: 11px;
		line-height: 14px;
		
	}
	.callOut p{
		font-size: 11px;
		
	}
