a:link, a:visited {
	color: #243048;
	font-weight: bold;
	text-decoration: underline;
}
a:active, a:hover {
	color: #F6D22B;
	text-decoration: none;
}

body {
	background-color: #BABABA;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	text-align: center;
}
h1, h2, h3 {
	display: inline;
	font-family: "Book Antiqua", Georgia, Verdana, Arial, sans-serif;
	margin: 0;
	text-align: center;
}
h1 {
	color: #000000;
	font-size: 18px;
}
h2 {
	color: #DD212C;
	font-size: 23px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 10px;
}
td p {
	padding: 0px;
	vertical-align: top;
}
table, td {
	padding: 0px;
}

#holder {
	background-color: #FFFFFF;
	border: 1px solid #A4A4A4;
	border-bottom: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 720px;
}
#header {
	text-align: center;
	margin-bottom: 5px;
}
#menu {
	margin-bottom: 0px;
	padding: 0px 0px 0px 20px;
	text-align: center;
}
#content {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	text-indent: 0px;
	width: 98%;
}
#content img {
	border: 1px solid #000000;
	margin: 4px;
	text-align: center;
}
#footer {
	font-size: 9px;
	margin-bottom: 0px;
	text-align: center;
}

#menu a {
	border-bottom: 1px solid #F6D22B;
	border-right: 1px solid #F6D22B;
	border-top: 1px solid #F6D22B;
	font-family: "Book Antiqua", Georgia, Verdana, Arial, sans-serif;
	margin: 1px 0px 0px 0px;
	padding: 4px 11px 2px 11px;
}
#menu a:link, #menu a:visited {
	background-color: #DD212C;
	color: #F6D22B;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #F6D22B;
	color: #FFFFFF;
	height: 25px;
}
#menu ul {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	white-space: nowrap;
}
#menu li {
	border-top: 1px solid #F6D22B;
	display: inline;
	float: left;
	height: 26px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
