@charset "utf-8";
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.Font10 {
	font-size: 10px
}
.Font12 {
	font-size: 12px
}

.Font14 {
	font-size: 14px
}

.Font16 {
	font-size: 16px
}

.Font18 {
	font-size: 18px
}

.Font18White {
	color: #FFFFFF;
	font-size: 18px;
}

.Font24 {
	font-size: 24px
}

.Font14Bold {
	font-size: 14px; 
	font-weight: bold; 
}

.Font16Bold {
	font-size: 16px;
	font-weight: bold;
}

.Font18Bold {
	font-size: 18px;
	font-weight: bold;
}

.Font24Bold {
	font-size: 24px;
	font-weight: bold;
}

.Font36Bold {
	font-size: 36px;
	font-weight: bold;
}

.Font14BoldWhite {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 14px; 
}

.Font14BoldGreen {
	color: #003300;
	font-weight: bold;
	font-size: 14px;
}

.Font14BoldRed {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.Font16BoldItalic {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.Font16BoldRed {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

.Font16BoldWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.Font18BoldRed {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.Font18BoldWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

.Font18BoldLtBlue {
	color: #CCFFFF;
	font-weight: bold;
	font-size: 18px;
}

.Font24BoldRed {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.Font24BoldWhite {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.Font36BoldRed {
	color: #FF0000;
	font-weight: bold;
	font-size: 36px;
}

.Font36BoldWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
}

.FontGreen {
	color: #003300
}

.FontWhite {
	color: #FFFFFF
}

.FontItalics {
	font-style: italic;
}

.BackgroundLtRed {
	background-color: #FFCCCC;
}

.BackgroundLtBlue {
	background-color: #CCFFFF;
}

.BackgroundLtOrange {
	background-color: #FFCC99;
}

.BackgroundLtYellow {
	background-color: #FFFFCC;
}

.BackgroundGreen {
	background-color: #003300;
}

.BackgroundWhite {
	background-color: #FFFFFF;
}

.BackgroundGray {
	background-color: #666666;
}

.BackgroundBlack {
	background-color: #000000;
}

.BackgroundLtGray {
	background-color: #CCCCCC;
}

.BackgroundYellow {
	background-color: #FFFF00;
}

.BackgroundBrtGreen {
	background-color: #00FF00;
}

.BackgroundPurple {
	background-color: #660066;
}

.BackgroundRed {
	background-color: #FF0000;
}

.BackgroundOrange {
	background-color: #FF9933;
}

.BackgroundBlue {
	background-color: #3399FF;
}

.BackgroundBlueGreen {
	background-color: #00CCCC;
}

.BackgroundMedGray {
	background-color: #808080;
}
