body {
	font-family: "Courier", Courier, mono;
	font-size: 10px;
}

td {
	font-family: "Courier", Courier, mono;
	font-size: 10px;
}

th {
	font-family: "Courier", Courier, mono;
	font-size: 10px;
}

.bodystyle {
	font-family: "Courier", Courier, mono; font-size: 10px; color: #FFFFFF;
}

.smallRed {font-family: "Courier", Courier, mono; font-size: 10px; color: #003366; 
}

.mediumRed {font-family: "Courier", Courier, mono; font-size: 12px; color: #003366; 
}

.bigRedBold {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	font-weight: bold; color: #003366;
}

.bigRed {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	color: #003366;
}

.smallBlack {font-family: "Courier", Courier, mono; font-size: 10px; color: #000000; 
}

.mediumBlack {font-family: "Courier", Courier, mono; font-size: 12px; color: #000000; 
}

.bigBlackBold {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	font-weight: bold; color: #000000;
}

.bigBlack {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	color: #000000;
}

.smallWhite {font-family: "Courier", Courier, mono; font-size: 10px; color: #ffffff; 
}

.mediumWhite {font-family: "Courier", Courier, mono; font-size: 12px; color: #ffffff; 
}

.bigWhiteBold {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	font-weight: bold; color: #ffffff;
}

.bigWhite {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	color: #ffffff;
}

.smallGray {font-family: "Courier", Courier, mono; font-size: 10px; color: #999999; 
}

.mediumGray {font-family: "Courier", Courier, mono; font-size: 12px; color: #999999; 
}

.bigGrayBold {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	font-weight: bold; color: #999999;
}

.bigGray {
	font-family: "Courier", Courier, mono;
	font-size: 18px;
	color: #999999;
}

.expanded {
	font-family: "Courier", Courier, mono;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Courier", Courier, mono;
	text-align: justify;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #003366;
}


b:link {
	color: #999999;
	text-decoration: none;
}
b:visited {
	text-decoration: none;
	color: #999999;
}
b:hover {
	text-decoration: none;
	color: #ffffff;
}
b:active {
	text-decoration: none;
	color: #999999;
}



c:link {
	color: #ffffff;
	text-decoration: none;
}
c:visited {
	text-decoration: none;
	color: #ffffff;
}
c:hover {
	text-decoration: none;
	color: #000000;
}
c:active {
	text-decoration: none;
	color: #ffffff;
}
