* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

p {
	margin: 2px 0;
}

.red {
	background: #ff0000;
}

.green {
	background: #008800;
}

.fontRed {
	color: #ff0000;
}

.fontBlue {
	color: #333399;
}

.fontGreen {
	color: #008800;
}

.fontWhite {
	color: #FFFFFF;
}

.fontBlack {
	color: #000000;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

h2 {
	color: #000000;
	font-size: 12px;
	margin: 2px 0;
}

table.topLinks, table.bottomLinks {
	width: 975px;
	background: #008800;
	text-align: center;
	margin: auto;
	border: none;
}

table.topLinks td, table.bottomLinks td{
	height: 20px;
}

table.topLinks a, table.bottomLinks a{
	color: #FFFFFF;
	font-weight: bold;
}

table.topBanners {
	width: 975px;
	margin: 5px auto;
	border: none;
}

table.content {
	width: 975px;
	margin: auto;
	border: none;
}

table.content td.leftMenu {
	width: 228px;
	padding-top: 10px;	
}

table.content td.content {
	padding: 10px 10px 0 10px;
	text-align: justify;
}

table.content td.contentImage {
	padding: 0;
	text-align: center;
}

table.content td.rightMenu {
	width: 228px;
	padding-top: 10px;
}

table.box {
	width: 226px;
	margin: 0 auto 10px auto;
	border: 1px solid #ddd;
}

table.box td.header{
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-weight: bold;
}

table.box td.content{
	padding: 4px;
}

table.menuItems {
	width: 100%;
}

table.menuItems td {
	background: #e5e5e5;
	font-weight: bold;
	height: 20px;
	padding-top: 1px;
	border: 1px solid #ccc;
	text-align: center;
}


table.menuItems1 {
	width: 100%;
}

table.menuItems1 td {
	background: #ffffff;
	font-weight: bold;
	height: 20px;
	padding-top: 1px;
	border: 1px solid #ccc;
	text-align: center;
}

table.menuItems2 {
	width: 100%;
}

table.menuItems2 td {
	background: #008800;
	font-weight: bold;
	height: 20px;
	padding-top: 1px;
	border: 1px solid #ccc;
	text-align: center;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
