@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff; }
a {
	color: #993366;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #6699cc; }

#bottomNav {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; }
#content {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	line-height: 1.25 }
#footer {
	clear: both;
	background-color: #666359;
	vertical-align: baseline;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px; }
#footer a {
    color: #ffffff; }
#footer a:hover {
	text-decoration: underline;
	color: #6699cc; }
#frame {
	clear: both;
	text-align: left;
	padding: 0px;
	width: 710px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #666359; }
#header { 
    padding: 0px; 
	position: relative; 
	width: 710px; 
	height: 30px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #666359; }
#mat { 
    overflow: hidden; 
	width: 670px; 
	background-color: #ffffff; 
	color: #000000; 
	left: 20px; 
	top: 0px; 
	position: relative; }
#wrapper {
    margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	left: 0px; 
	width: 100%; }

.center {
	text-align: center; }
.slideText {
	text-align: justify;
	font-size: 110%;
	line-height: 150%;
}
.white {
	color: #FFFFFF; }
