@charset "UTF-8";
/* CSS Document */

body {
	font: 15px Georgia, Times New Roman, Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	line-height:1.6em;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: #000000;
}
.oneColFixCtrHdr #TopNavi {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: auto;
}
.oneColFixCtrHdr #main {
	padding: 0 0px 0 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer2 {
	background:#000000;
	padding: 7px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	background:#282828;
	padding: 5px;
	text-align: center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.H0 {
	font-size: 26px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:1.0em;
}
.H1 {
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height:1.2em;
}
.H2 {
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
    font-style: normal;
	line-height:1.2em;
}
.H3 {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
    font-style: normal;
	line-height:1.2em;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 20px;
	color: #CCCC99;
}
.quotesnarrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 20px;
	color: #CCCC99;
}
.quotesnarrowmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 20px;
	color: #CCCC99;
}
.small {
	font-size: 14px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FFFF99;
	line-height:normal;
}
.note {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height:1.2em;
}
.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
iframe {border: 0px solid #ffffff;}
hr {
color: #999;
background-color: #999;
height: 10px;
border:0px solid #000;
}


