﻿.NormalText {
	border-width: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	font-weight: normal;
}
.MenuItems {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #666699;
}
.BoldBlue {
	font-family: Arial;
	font-size: medium;
	color: #000080;
}
.Highlightlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080;
	background-color: #FFFF00;
}
.SmallBlack {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.Background {
	background-color: #000000;
}

.CenterBlue {
	font-family: Arial;
	font-size: small;
	color: #3333FF;
	text-align: center;
}

