﻿body {
	text-align: center;
	background-image: url('images/bg.gif');
}
table {
	margin: auto;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #7c0100;
	text-decoration: none;
}
.styleheader {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: medium;
	color: #800000;
}
.stylelink {
	font-family: Tahoma;
	color: #800000;
	font-size: small;
	font-style: italic;
	text-decoration: underline;
}
.stylelink2 {
	font-family: Tahoma;
	color: #800000;
	font-size: medium;
	font-style: italic;
	text-decoration: underline;
}
.style1 {
	font-size: medium;
	color: #800000;
}
.style2 {
	color: #800000;
	font-weight: bold;
}
.style3 {
	font-style: italic;
	color: black;
}
.styletext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.styleitalictext {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
}
#news {
	width: 430px;
	padding-top: 10px;
	line-height: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#Content {
	margin: auto;
	width: 700px;
	background-color: white;
}
.roundedBorder {
	border: 4px solid #EAC117;
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
}
.corner {
	font-size: 0;
	background-image: url(images/border.png);
	position: absolute;
	width: 20px;
	height: 20px;
}
.topLeft {
	top: -4px;
	left: -4px;
	background-position: 0px 0px;
}
.topRight {
	top: -4px;
	right: -4px;
	background-position: -21px 0px;
}
.bottomLeft {
	bottom: -4px;
	left: -4px;
	background-position: 0px -21px;
}
.bottomRight {
	bottom: -4px;
	right: -4px;
	background-position: -21px -21px;
}
