body {
	background-image:  url(images/main-bg.jpg);
	background-repeat: repeat-x;
 	background-position: top center;
 	}
.smalltext
{
	font-size: 8pt;
	font-family: Arial;
}
.smallblue
{
	font-size: 8pt;
	font-family: Arial;
	color: #000066
}
.bodytext
{
	font-size: 10pt;
	font-family: Arial;
	color: #003300;
}
.bluetext
{
	font-size: 10pt;
	font-family: Arial;
	color: #000066;
}
.largetext
{
	font-size: 12pt;
	font-family: Arial;
	color: #003300;
}
.titletext
{
	font-size: 11pt;
	font-family: Arial;
	color: #003300;
}
.errortext
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.whitetext
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
}
A:active	{text-decoration:none; color:white;}
A:visited	{text-decoration:none; color:white;}
A:link		{text-decoration:none; color:white;}
A:hover		{text-decoration:none; color:Gray;
}
.greenlink
{
	font-size: 10pt;
	font-family: Arial;
	color: #003300;
}
a.greenlink:link     {color: #000080;}
a.greenlink:visited  {color: #000080;}
a.greenlink:active   {color: #000080;}
a.greenlink:hover	{text-decoration:underline; color:Gray;}
