@CHARSET "ISO-8859-1";
BODY {
	font-family: Calibri, Arial, Helvetica, Palatino Linotype, Monotype Corsiva, monospace, sans-serif;
	color: black;
	font-size: small;
}
H1 {
	margin-bottom: 20px;
	padding-bottom: 20px;	
	clear: both;
	text-align: center;
}
H2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	padding-right: 40px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
}
H3 {
	font-size: 1.2em;
	font-weight: bold;	
	color: #740202;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
}
IMG {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
A {
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
}
A:HOVER {
	text-decoration: none;	
}
span.black {
	color: black;
}
span.red {
	color: #740202;
}
img.logo {
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;	
}
h3.menuHead {
	margin-left: -15px;
}
div.menuUp, div.menuDown {
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
}
div.menuDown {
	padding-bottom: 30px;	
}
div.content {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
}
div.footer {
	font-size: 0.8em;
	margin-top: 30px;
	padding-left: 20px;
	background-color: #740202;
	color: white;
	width: 100%;
}
a.menuSelectedLink {
	color: #740202;
	text-decoration: none;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
a.menuSelectedLink:HOVER {
	text-decoration: overline;	
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
a.menuLink {
	color: black;
	text-decoration: none;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
a.menuLink:HOVER {
	color: gray;
	text-decoration: overline;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
div.menuUp, div.menuDown, div.content, div.footer {
	width: 1024px;
	margin: 0 auto;
}