﻿body
{
	font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D408F;
	background-image: url('images/bg_body.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight: bold;
}
table.main
{
	border: 1px solid #2D408F;
	background-color: #E9872E;
}
table.body
{
	border: 1px solid #2D408F;
	background-color: #FFFFFF;
}
.footer
{
	font-size: 11px;
	text-decoration: none;
}
.footersmall
{
	font-size: 10px;
	text-decoration: none;
}
a
{
	text-decoration: underline;
	color: #2D408F;
}
a:active
{
	text-decoration: underline;
	color: #2D408F;
}
a:link
{
	text-decoration: underline;
	color: #2D408F;
}
a:visited
{
	text-decoration: underline;
	color: #2D408F;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
}
h3
{
	text-decoration: underline;
	font-style: italic;
}
h2
{
}
input.flat
{
	border: 1px solid #2D408F;
	color: #E9872E;
}
input.flatbutton
{
	border: 1px solid #2D408F;
	color: #2D408F;
	background-color: #E97825;
}
textarea.flat
{
	border: 1px solid #2D408F;
	color: #E9872E;
}
span.required
{
	color: #FF0000;
}
span.success
{
	color: green;
}
span.fail
{
	color: #FF0000;
}
li
{
	color: #E9872E;
	font-size: 30px;
	font-weight: bold;
}

