/* CSS Document */
 
<!--
	BODY {
		background: #6699CC;
		font-family: Verdana, Arial, sans-serif ;
		font-size: 8pt;
		color: #003366;}
		p.normal {font-weight: normal}
		p.thick {font-weight: bold}
		p.thicker {font-weight: 900}
	
	
	.borders { 
				border-right-color: #6699CC; 
				border-left-color: #6699CC;
				border-left-style: solid; 
				border-right-style: solid;
				border-right-width: 1px; 
				border-left-width: 1px;
				padding-right: 20px; 
				padding-left: 20px;}
		
			
	hr {
  			border: 1px;
  			width: 50%;
			color: #95AFE4;}
		
    hr.testimonials {
  			border: 1px;
  			width: 30%;
			color: #083194;}


	
	table {
	font-size: 10pt;
	color: #083194;
	width: 100%;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #333333;}
	
	
	table.display {
	font-size: 10pt;
	color: #003366;
	width: 75%;
	border-top: 1px dotted #ff9473;
	border-right: 1px dotted #ff9473;
	border-bottom: 1px dotted #ff9473;
	border-left: 1px dotted #ff9473;}

	
	table.display1 {
	font-size: 10pt;
	color: #003366;
	width: 50%;
	border-top: 1px dotted #ff9473;
	border-right: 1px dotted #ff9473;
	border-bottom: 1px dotted #ff9473;
	border-left: 1px dotted #ff9473;}
	
	table.newsletter {
	font-size: 10pt;
	color: #003366;
	width: 85%;
	border-top: 1px dotted #ff9473;
	border-right: 1px dotted #ff9473;
	border-bottom: 1px dotted #ff9473;
	border-left: 1px dotted #ff9473;}
	
	
	table.navigation {
	font-size: 10pt;
	color: #082984;
	width: 100%;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;}
	
	
    .top 
	 .top a:link {color: #4455AA;}
	 .top a:link {text-decoration: none;}
	 .top a:active {color: #ff0000;}
	 .top a:visited {color: #0064ff;}
	 .top a:visited {text-decoration: none;}
	 .top a:hover {background-color: #CCFF99}
	 .top a:hover {text-decoration: underline;}
	 .top a:hover {color: #333333;}
	 .top a:hover {font-size: 100%}
	

	
	.columns
	.columns a:link {color: #006363;}
	.columns a:link {text-decoration: underline;}
	.columns a:active {color: #ff0000;}
	.columns a:visited {color: #0064ff;}
	.columns a:hover {text-decoration: none;}
	.columns a:hover {color: #2993C9;}
	

	
	.footer
	.footer a:link {color: #FFFFFF;}
	.footer a:link {text-decoration: underline;}
	.footer a:active {color: #ffffff;}
	.footer a:visited {color: #ffffff;}
	.footer a:hover {text-decoration: none;}
	.footer a:hover {color: #996633;}

	
	




