
body
{
	background-color: #ffffff;
	color: #003455;
	margin:0px;
	font-size: 16px;
	font-family: Arial;
	margin-top:20px;
}

p
{
	text-indent: 0px;
}

td
{
	font-size: 16px;
}

a:link
{
	color:#a0c53e;
	text-decoration:underline;
}
a:visited
{
	color:#a0c53e;
	text-decoration:none;
}
a:hover
{
	color:#a0c53e;
	text-decoration:none;
}

.Wrapper
{
	background-color: #003455;
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
}

.Tabs
{
	color: #003455;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	margin-left:8px;
	margin-right:9px;
}
A.Tabs:link
{
	color: #003455;
	text-decoration: none;
}
A.Tabs:visited
{
	color: #003455;
	text-decoration: none;
}
A.Tabs:hover
{
	color: #003455;
	text-decoration: underline;
}


.Header
{
	color: #a0c53e;
	font-size:22px;
	font-weight:bold;
}


