@charset "utf-8";
* :focus { outline: 0;
	-moz-outline: 0 none; }

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/main_bg.png);
}
.ticker_bg {
	background-image: url(../images/ticker_bg.gif);
	background-repeat: repeat-x;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
}
.footer_bg {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
}
.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}
a.footer:link, a.footer:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.more:link, a.more:visited {
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #000;
	background-image: url(../images/more_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 0px;
	font-weight: bold;
	margin: 0;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a.more:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.image_align {
	padding-right: 12px;
	padding-bottom: 6px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
}
.text_001 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
a.hyper:link, a.hyper:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
a.hyper:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #661F15;
}

