﻿.sml_plain {
	font-size: .8em;
}
.sml_BOLD {
	font-size: .8em;
	font-weight: bold;
}
.xsml_plain {
	font-size: x-small;
}
.header1 {
	font-size: 1.5em;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: center;
}
.header2 {
	font-size: 2em;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.large {
	font-size: 1.1em;
}
.largeBold {
	font-size: 1.1em;
	font-weight: bold;
}
ul li {
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -20px;
	line-height: 30px;
}
ul li ul li {
	list-style-type: none;
	font-weight: normal;
	margin-left: -40px;
	font-size: .9em;
	line-height: normal;
}

