﻿.body {
	background-color:#800000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin-top:15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0

}
.bodyouter {
	position:relative;
	padding: 0px;
	margin: 0px;
	border: 0px solid;
	background:#800000;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 768px;
	text-align:center;
}
.bodyinner {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	background:#800000;
	width: 600px;
	height: 660px;
	left: 200px;
	top: 100px;
	text-align:left;
}
.newsitetext {
	border-color: inherit;
	position: absolute;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #C0C0C0;
	margin-right: 0px;
	margin-bottom: 4px;
}

.graphicimage {
	position: absolute;
	width: auto;
	height: auto;
	background-color:black;
	border: 0px solid;
}
.abouttextbox {
	position: absolute;
	width: auto;
	height: auto;
	padding:10px;
	background-color:white;
	border: 0px solid;
	color:black;
	font-size: 14px;
	text-align:justify;
}

.imagetextbox {
	position: absolute;
	font-size: 16px;
	text-align:left;
	border: 0px solid;
}
.menu {
	font-size:11px;
	color: #C0C0C0;
	position: absolute;
}
.menublack {
	font-size:14px;
	font-weight:bold;
	color:black;
}
.textbox {
	position: absolute;
	font-size: 11px;
	text-align: left;
}

.textbox12px {
	position: absolute;
	font-size:12px;
	text-align:left;
}

.textbox14px {
	position: absolute;
	font-size: 14px;
	text-align: left;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#c0c0c0;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#999999;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#585A59;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#585a59;
}
