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

.banner_style {
	background-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.body_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCCCC;
}
.footer_style {
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #333333;
}
.twitter_section {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/body_bg_t-bolt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
