@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #27826C;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1	{
	color : #006;
	font-size : 16px;
	font-weight : bold;
	text-align:center;
	text-transform:uppercase;
}
.big {
	font-size:14px;
}
.green {
	color:#339966;
}
.heading {
	font-size:16px;
	color:#006;
	font-weight:bold;
}
.letter {
	font-size: 58px;
	color:#339966;
	float:left;
	line-height:40px;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:0px;
}
.blue {
	color:#000066;
}
a {
	color: #006;
	text-decoration : underline;
}
a:visited	{
	color: #006;
	text-decoration : underline;
}

a:active	{
	color : #339966;
	text-decoration : none;
}

a:hover	{
	color: #339966;
	text-decoration : none;
}

a.nav	{
	color: #006;
	text-decoration : none;
}

a:visited.nav {
	color: #006;
	text-decoration : none;
}

a:active.nav {
	color: #339966;
	text-decoration : none;
}

a:hover.nav {
	color: #339966;
	text-decoration : none;
}