	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #0a0a0a;
	}

	.heading1 {
		color: #1C5B9E;
		font-size: 20pt;
	}
	
	a:link {
		text-decoration: none;
		color: RED;
		font-family: "Trajan Pro", "Trajan Pro Bold", Times, "Times New Roman", Georgia;
		font-weight: bold;
	}

	a:visited {
		text-decoration: none;
		color: BLUE; 
		font-family: "Trajan Pro", "Trajan Pro Bold", Times, "Times New Roman", Georgia;
		font-weight: bold;
	}
	
	a:hover {
		text-decoration: none;
		color: #AEDCFF;
		font-family: "Trajan Pro", "Trajan Pro Bold", Times, "Times New Roman", Georgia;
		font-weight: bold;
	}
	
	a:active {
		text-decoration: none;
		font-family: "Trajan Pro", "Trajan Pro Bold", Times, "Times New Roman", Georgia;
		font-weight: bold;
	}
	
	.bodytitle {
		font-size: 15px;
		font-weight: bold;
		font-family: "Trajan Pro", "Times New Roman";
		color: #6C92B3;
		text-decoration: none;
	}

	.bodysubtitle {
		font-size: 13px;
		font-weight: normal;
		font-style: italic;
		font-family: "Trebuchet MS", "Times New Roman";
		color: #6C92B3;
		text-decoration: none;
	
	}

	.bodytext {
		font-size: 14px;
		font-weight: normal;
		font-family: "Trebuchet MS", "Times New Roman";
		color: #FFFFFF;
		text-decoration: none;
	}

	.bodytextalt {
		font-size: 14px;
		font-weight: normal;
		font-family: "Trebuchet MS", "Times New Roman";
		color: #6C92B3;
		text-decoration: none;
	}


.hometitle {
	font-size: 15px;
	font-weight: bold;
	font-family: "Trajan Pro", "Times New Roman";
	color: #6C92B3;
	text-decoration: none;
}
.homebody {
	font-size: 13px;
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman";
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	color: #00427A;
	font-family: "Trajan Pro", "Trajan Pro Bold", Times, "Times New Roman", Georgia;
	font-weight: bold;
}