.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #004891;
}
.smallBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004891;
	font-weight: bold;

}
.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004891;
}
.inputField {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.medBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004891;
}
.bigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004891;
	font-weight: bold;

}
.captionCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #004891;
	font-weight: bold;

}
.captionSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004891;
	font-weight: bold;

}
.bluestripe {
	background-image: url(images/stripe_blue.gif);
	background-repeat: repeat;
}
.goldstripe {
	background-image: url(images/stripe_gold.gif);
}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
