/* CSS Document */
body {
	background-color: #170200;
}
.body1 {
	font-family: "Courier New", Courier, mono;
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
}
.body_orange {
	font-family: "Courier New", Courier, mono;
	font-weight: 500;
	font-size: 13px;
	color: #ba7811;
}
.body_large {
	font-family: "Courier New", Courier, mono;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.image_left {
	margin-right: 20px;
	margin-bottom: 10
	px;
}
.image_right {
	margin-left: 20px;
	margin-bottom: 10
	px;
}
.headline {
	font-size: 20px;
	color: #FFFFFF;
}
a:link {
	color: #ba7811;
}
a:visited {
	color: #81530B;
}
a:hover {
	color: #81530B;
}
.news_body {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 14px;
}
.news_imageright {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 15px;
}
.news_imageleft {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 15px;
}
.news_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

