@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-image: url(bk-ground/bg_brightbluegrey.jpg);
}
#container {
	height: 1100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* [disabled]background-color: #666; */
}

#header {
	position:absolute;
	left:0px;
	top:-1px;
	width:900px;
	height:125px;
	z-index:1;
}

#main {
	position:absolute;
	left:0px;
	top:125px;
	width:900px;
	height:900px;
	z-index:2;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.letterhead-red {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #900;
}
.letterhead-black {
	font-size: 30px;
	color: #333;
}
.letterhead-white {
	font-size: 30px;
	color: #FFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
}
h2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 18px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.arial-10-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
}
.courier-14 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
}
.F225-tablestyles {
	border: 1px solid #000;
	background-color: #FFF;
}
