body {
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	background-color: #342b32;
	line-height: 2em;
	text-align:center;
}
.main {
	position:relative;
	width: 950px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color: #3a515b;
	text-align:left;
}
h1 {
	color:#FFFFFF;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #2ba6cb;
}
h2 {
	color:#FFFFFF;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #2ba6cb;
}
hr {
	width: 60%;
	border:0;
	height:1px;
	background-color: #2ba6cb;
	color: #2ba6cb;
}
table {
	border: 0;
}
td {
	padding: 3px;
}
.pagetitle {
	margin-left: 5%;
	margin-right: 5%;
}
a:link {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#AA0000;
	text-decoration:underline;
}
a:active {
	color:#AA0000;
	text-decoration:overline;
}
.menu {
	color:#ffffff;
	position:relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left:none;
	border-right:none;
	border-color:#0000FF;
	border-top:thin;
	border-bottom:thin;
	background-color: #342b32;
	text-shadow: 1px 1px 1px #000000;
}
.text {
	color:#ffffff;
	margin-left: 5%;
	margin-right: 5%;
	text-shadow: 1px 1px 1px #000000;
}
.top_left
{
    width:24px;
    height:18px;
    background:url(top_left.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:0px;
    font-size:1px;
}
.top_right
{
    width:24px;
    height:18px;
    background:url(top_right.png) no-repeat top left;
    position:absolute;
    top:0px;
    right:0px;
    font-size:1px;
}
.bottom_left
{
    width:24px;
    height:18px;
    background:url(bottom_left.png) no-repeat top left;
    position:absolute;
    bottom:0px;
    left:0px;
    font-size:1px;
}
.bottom_right
{
    width:24px;
    height:18px;
    background:url(bottom_right.png) no-repeat top left;
    position:absolute;
    bottom:0px;
    right:0px;
    font-size:1px;
}
