	/* Basic Styles: Styles for Colors and Fonts */
		body {
			font-family: "Clearface", Times New Roman, Times, serif;
		    font-size: 12px/16px;
			background: #FFF;
			color: #000;
			line-height: 1;
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
		}
		
		
		h1, h2, h3, h4{
			font-family: Arial, Helvetica, san serif;
			color: #003399;
		}
		
		h1 { font-size: 28px; line-height: 30px;}
		h2 { font-size: 22px; line-height: 24px;}
		h3 { font-size: 18px; line-height: 20px;}
		h4 { font-size: 14px; line-height: 15px;}
		
		p{
			color: #000000;
			font-family: Times New Roman, Times, serif;
			font-size: 12pt;
			line-height: 16px;
		}
		
		/* GENERAL LINKS */
		a:link,
		a:visited,
		a:hover,
		a:active {
			color: #000;
			text-decoration: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
