﻿body
{
	text-align: center;
	margin: 0px;
}

.bodytext {
	color: #333333;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.content {
	color: #333333;
	line-height:150%;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.title {
	color: #9B1950;
	line-height:150%;
	font-family:Calibri, Arial, sans-serif;
	font-weight:bolder;
	font-size: 26px;
}

.copyrighttext {
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.headtext
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

#wrapper
{
	position:relative;
	width: 780px;
	height:735px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto;
	z-index:0;
}

#wrapper_alt
{
	position:relative;
	width:780px;
	background-color:#fffff;
	overflow:hidden;
	margin: 0 auto;
	z-index:0;
}

#top
{
	position:relative;
	width:780px;
	height:330px;
	text-align:left;
	background-color:#ffffff;
	overflow:hidden;
	margin:0 auto;
	z-index:1;
}

#body
{
	position:relative;
	width:780px;
	padding:15px;
	text-align:left;
	background-color:#ffffff;
	overflow:hidden;
	margin:0 auto;
	z-index:1;
}

#bottom
{
	position:relative;
	width:780px;
	height:100px;
	text-align:-moz-center;
	background-color:#ffffff;
	overflow:hidden;
	margin:auto;
	z-index:1;
}

a:link {text-decoration: none; color: #AD2090;}
a:visited {text-decoration: none; color: #AD2090;}
a:hover {text-decoration: underline; color: #AD2090;}
a:active {text-decoration: none; color: #AD2090;}

a.nav:link {text-decoration: none; color: #111111;}
a.nav:visited {text-decoration: none; color: #111111;}
a.nav:hover {text-decoration: underline; color: #111111;}
a.nav:active {text-decoration: none; color: #111111;}

a.copyright:link {text-decoration: underline; color: #666666;}
a.copyright:visited {text-decoration: underline; color: #666666;}
a.copyright:hover {text-decoration: underline; color: #4DA1B4;}
a.copyright:active {text-decoration: underline; color: #666666;}