body
	{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	}

td
	{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	}	

a:visited    
	{ 
	text-decoration: underline; 
	color: #54984D;
	}
a:link       
	{ 
	text-decoration: underline; 
	color: #54984D;
	}
a:hover      
	{ 
	text-decoration: none; 
	color: #54984D;
	}
	
a.bold:visited    { font-weight: bold; }
a.bold:link       { font-weight: bold; }
a.bold:hover      { font-weight: bold; }

a.poweredby:visited    { text-decoration: none; color: #000000; }
a.poweredby:link       { text-decoration: none; color: #000000; }
a.poweredby:hover      { text-decoration: none; color: #999999; }

h1
	{
		font-size: 10pt;
		color: #78D203;
		font-weight: bold;
	}
	
h2
	{
		font-size: 14pt;
		color: #54984D;
		font-weight: normal;
	}
	
.headertext
	{
		font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
		font-size: 9pt;
		padding-top: 32px;
		color: #54984D;
	}

td.hometext
	{
		background-color: #FFFFFF;
		padding-top: 18px;
		padding-left: 12px;
		padding-right: 18px;
		padding-bottom: 0px;
		font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
		font-size: 10pt;
		color: #000000;
	}
	
td.formerror
	{
	font-family : Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size : 9pt;
	color : #DC143C;
	}	
	
input,textarea
	{
	font-family : Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size : 9pt;
	color : #000000;
	}