/*@charset "utf-8";*/
/* CSS Document */

/* Body */
body
{
	font-family: Helvetica, Arial;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

/* Footer */
.Foot {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #E89C38;
}

p, .Body, table.Body, input, select, span, ol, ul, label
{
	font-size: 11px;
}

/* Body Text */
p {
	text-align: left;
	line-height: 20px;
	margin-left: 1cm;
	margin-right: 1cm;
}
.Body {
	text-align: left;
	line-height: 20px;
	margin-left: 1cm;
	margin-right: 1cm;
}
table.Body {
	text-align: left;
	line-height: 20px;
	/*margin-right: 1cm;*/
}
span
{
	text-align: left;
	line-height: 20px;
}

/* Body Header */
h1 {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	margin-left: 1cm;
	margin-right: 1cm;
	font-weight: bold;
	color: #5581c2;
}

/* Anchor */
.Anchor {
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	margin-left: 0cm;
	margin-right: 0cm;
	font-weight: 300;
	color: #5581c2;
}

/* List Text */
ol {
	text-align: left;
	line-height: 20px;
	margin-left: 30px;
	margin-right: 1cm;
}

a {
	text-decoration:none;
	font-weight: bold;
}
a:hover
{
	text-decoration:underline;
}

/* APV */
.APV {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	color: #E89C38;
}

/*  Links  */
a:link{
	color: #E89C38;
	text-decoration:none;
}
	
a:visited{
	color: #E89C38;
}

/*  Members Menu Links  */

a.white
{
	font-weight:normal;
}
a.white:link{
	color:#ffffff;
}

a.white:visited{
	color:#ffffff;
}
a.white:hover
{
	color: #E89C38;
	text-decoration: none;
}

/*  Image Links No Outline */
a img { 
	border: none;
}
/*  Members Table  */
table.table1
{
	background-color: #5581c2;
	color: white;
	font-size: 11px;
}
tr.table1
{
	background-color: #FF0000;
}
td.table1
{
	background-color: #FF0000;
}

/*  News Table  */
tr.table2header
{
	background-color: #5581c2;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-left: 1cm;
	margin-right: 1cm;
}
td.table2headerrepeatcell
{
	text-align: right;
	background-color: Transparent;
	background-image: url('images/NewsHeaderBg.jpg');
}
table.table2
{
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	margin-left: 1cm;
	margin-right: 1cm;
}
hr.table2
{
	color: #5581c2;
}

/* Error text */
.error
{
	font-size: 11px;
	line-height: 20px;
	color: #FF0000;
}