.redWarning {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.contentArea {
	padding: 20px;
	background-image: url(../images/base/backgrounds/homePageBgWM.jpg);
	background-repeat: no-repeat;
}

.footer {
	padding: 10px;
}

body {
	margin: 20px 0px 0px 0px;
	background-color: #EFE3BD;
}

body, td {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 { /* page title */
	font-size: 10pt;
	font-weight: bold;
	color: #8C3839;
	margin: 0px;
}

h2 { /* page subtitle title */
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}


.homePageBG {
	background-image: url(../images/base/backgrounds/homePageBg.jpg);
	background-repeat: no-repeat;
	width: 767px;
	height: 349px;
}

.newsArea {
	width: 220px;
	margin: 10px 20px 30px 0px;
	padding: 10px;
	font-size: 8pt;
}

.newsArea a {
	text-decoration: none;
	color: #8C3839;
}

.newsArea a:hover {
	text-decoration: underline;
}

.newsArea h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #8C3839;
	margin: 0px;
}

.newsArea h2 { /* news title */
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

.newsArea h3 { /* news date */
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	margin: 0px;
	font-weight: normal;
}

.navLines {
	text-align: center;
	border-top: 1px solid #000000;
}

.navItems, .navHome {
	text-align: center;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
}

.navHome a {
	text-decoration: none;
	color: #8C3839;
}

.navHome a:hover {
	color: #000000;
}

.navItems a {
	text-decoration: none;
	color: #000000;
}

.navItems a:hover {
	color: #8C3839;
}

