@CHARSET "ISO-8859-1";

BODY {
	background-color: #EEEEEE;
	font-family: sans-serif;
}
h3 {
	font-weight: bold;
	line-height: 16px;
}
h4 {
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 18px;
}
.a {
	color: rgb(218, 37, 29);
}
.b {
	color: rgb(227, 95, 19);
}
.c {
	color: rgb(246, 184, 0);
}
.d {
	color: rgb(91, 142, 41);
}
.nava, .navb, .navc, .navd {
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	background-color: #EEEEEE;
}
.nava a:link, .nava a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
.nava a:hover, .nava a:active {
	text-decoration: none;
	color: rgb(218, 37, 29);
}

.navb a:link, .navb a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
.navb a:hover, .navb a:active {
	text-decoration: none;
	color: rgb(227, 95, 19);
}
.navc a:link, .navc a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
.navc a:hover, .navc a:active {
	text-decoration: none;
	color: rgb(246, 184, 0);
}
.navd a:link, .navd a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
.navd a:hover, .navd a:active {
	text-decoration: none;
	color: rgb(91, 142, 41);
}

.linkx {
	font-size: 14px;
	line-height: 18px;
}

a.linkx:link {color: #003399;}     /* unvisited link */
a.linkx:hover {color: #FF6633;}   /* mouse over link */

.imgTxtC {
	width: 500px;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	line-height: 18px;
	color: #f63;
	text-align: center;
	background-color: #CCC;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	vertical-align: top;
}

.contImgL {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.small {
	font-size: 11px;
}

.foot{
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
	background-color: #EEEEEE;
	padding: 2px;
}
.foot img {
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 5px;
}