@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #DCDCC8;
	margin: 0px;
}
p {
	color: #666666;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #D7041C;
	}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #D7041C;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #D7041C;
}




a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7041C;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7041C;
}
a:hover {
	color: #D7041C;
	text-decoration: none;
}
a.menulink:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.menulink:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.menulink:hover {
	color: #D7041C;
	border: 1px none #D7041C;
	font-weight: bold;
}
a.toplink:link {
	font-weight: normal;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.toplink:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
a.toplink:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7041C;
	border-right-color: #D7041C;
	border-bottom-color: #D7041C;
	border-left-color: #D7041C;
	text-decoration: none;
}
