@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------------------------ */
/* TOP Navigation */
.topmenu a {
	font-size: 12px;
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.topmenu a:visited {
	color: blue;
}
.topmenu a:hover {
	color: red;
	text-decoration:none;
}
.topmenu a:active {
	color: green;
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* BOTTOM Navigation */
.bottommenu h1 {
	font-size: 12px;
	line-height:12px;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	
.bottommenu a {
	font-size: 11px;
	line-height: 19px;
	color: #ffffff;
	border-bottom: 1pt dotted #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.bottommenu a:visited {
	color: #FFFFFF;
	line-height: 19px;
}
.bottommenu a:hover {
	color: #000000;
	line-height: 19px;
	text-decoration:1pt underline;
	border-bottom-style:solid;
}
.bottommenu a:active {
	color: #3C4540;
	line-height: 19px;
}
.bottommenu li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	list-style-image: url(assets/bullets/bullet_grey.gif);
}
.bottommenu2 li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	list-style-image: url(assets/bullets/bullet_light.gif);
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Box text - Grey background */

.grey_box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Box text - Quotes */
.quotes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Main body */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:left;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9C2527;
	border-bottom: 1pt dotted #9C2527;
	text-decoration:none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9C2527;
}
a:hover {
	text-decoration:1pt underline;
	border-bottom-style:solid;
	color:#B39D86;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9C2527;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	list-style-image: url(assets/bullets/bullet_red.gif);
}
.table_border {
	border-style: dotted;
	border-top-style: dotted;
	border-width: 1px;
	border-color: #666666;
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

.tophead	{
	color: #9C2527;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom-style:dotted;
	border-bottom-color:#9c2527;
	border-bottom-width:1px;
}

.topbit	{
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-weight:bold;
}

.bottom_head	{
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.topbanner	{
	color: #9C2527;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
