@charset "utf-8";
/* CSS Document */

body {
	background-color: #3c8fbc;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.contentBase {
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 819px;
}
.footer {
	background-color: #012950;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:30px;
	padding-bottom:30px;
}
.ftr, a.ftr:link, a.ftr:active, a.ftr:visited {
	font-size: 10px;
	color: #67819a;
	text-decoration: none;
}
a.ftr:hover {
	color: #67819a;
	text-decoration: underline;
}
.content {
	background-color: #2671a2;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:100px;
}
td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:hover, a:link, a:visited, a:active	{
	text-decoration: underline;
	color:#FFFFFF;
}
p	{
	text-align:justify;
}
.text	{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:0px;
	text-align:justify;
}
b {
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #57b6dd;
	font-weight: lighter;
}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #57b6dd;
	font-weight: bold;
}
.white	{
	color:#FFFFFF;
}
.blue, strong	{
	color:#57b6dd;
}
.logobottom {
	background-image: url(../images/flash.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: -2px;
	height:110px;
	width:799px;
	z-index: -1;
}
