@charset "UTF-8";
.text {
}
.banner {
	background-color: #000000;
	height: 116px;
	width: 800px;
}
.bannerimage {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bannerimage.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 593px;
	text-indent: 30px;
}
.imagead {
	margin: 10px;
	border: 4px groove #993300;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.content {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	overflow: scroll;
}
.contentbg {
	background-image: url(../images/contentshadowbg.png);
	background-repeat: repeat-x;
}
.editable {
	overflow: scroll;
	height: 600px;
	background-position: 0% 0%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 20px;
}
.title1or {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #A5370B;
	text-decoration: none;
	padding-left: 25px;
}
.title2or {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #A5370B;
	text-decoration: none;
	padding-left: 10px;
}
.text1w {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 10px;
}
.imagenews {
	margin: 5px;
	border: 2px solid #A5370B;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.text2w {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFFFFF;
}
