/*  CSS for LANDING site   */

body {
	font-family: Arial, helvetica, sans-serif; 
	font-size: 10pt; 
	text-align :center; 
	}
a:link {
	color: #3d66a1; 
	font-weight: bold; 
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:visited {
	color: #3d66a1; 
	font-weight: bold; 
	}
a:hover {
	color: #cc0000;
	}
h1 {
	font-family: Verdana;
	font-size: 16pt; 
	font-weight : bold; 
	text-align :center
	}
h2 {
	font-family: Arial Black; 
	font-size: 10pt; 
	text-align :center; 
	}
h3 {
	font-family: Arial Black; 
	font-size: 14pt; 
	text-align :center;
	} 
h4	{
	font-family: Arial; helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight : bold; 
	text-align : inline;
	} 