
body {
	margin: 0px;
	background-color: #ffffff;
	height:100%;
	font-family: "ITCFranklinGothic LT Book", "Helvetica", Arial, sans-serif;
	color:#999999;
	font-size: .85em;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	width: 960px;
}

#splash {
	text-align: center;
}

#footer {
	margin-left: auto;
	margin-right: 20px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

p {
	font-family: "ITCFranklinGothic LT Book";
	font-size: 24px;
	color: #FF0000;
	text-transform:uppercase;
}

.text {
	font-family: "ITCFranklinGothic LT Book";
	font-size: 16px;
	color: #000000;
	leading: 6px;
}

.caption {
	font-family: "ITCFranklinGothic LT Book";
	font-size: 12px;
	color: #000000;
	leading: 4px;
}

.navbutton {
	font-family: "ITCFranklinGothic LT Demi";
	font-size: 16px;
	color: #FFFFFF;
}

.title {
	font-family: "ITCFranklinGothic LT Demi";
	font-size: 18px;
	color: #000000;
	leading: 8px;
}

.red {
	color: #FF0000;
}

.text {
	font-family: "ITCFranklinGothic LT Book";
	font-size: 18px;
	color: #000000;
	leading: 8px;
}

i { font-family: "ITCFranklinGothic LT Book";}
.italic {font-family: "ITCFranklinGothic LT Book";}
.bold {font-family: "ITCFranklinGothic LT Book";}
em {font-family: "ITCFranklinGothic LT Book";}

a:link {color:#ed5d1e;  text-decoration:none}
a:hover {color:#ed5d1e; text-decoration:underline}


