body {
	font-family: Tw Cen MT, Verdana;
	font-size:11pt;	
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #e6dc9b;
	background-repeat: repeat;
}

.BigText 
{
	font-size:18pt;
}

.BigRed
{
	font-size:14pt;
	color: #CC0000;
}
.BigBold
{
 font-family:Tw Cen MT;
 font-size:medium;
 font-weight:bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
td.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #295300;
	padding: 3px 5px;
	border: 1px none #FFFFFF;
	font-weight: bold;




}
td.Data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 4px 6px;
  text-align:left;
  vertical-align:top;
}

td.Data2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	padding: 4px 6px;
  text-align:left;
  vertical-align:top;
}

td.inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 4px 6px;
	
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #008000;
	border-right-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
}
td.inner2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 4px 6px;
	
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #008000;
	border-right-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
}
td.Header2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9B0000;
	padding: 3px 5px;
	border: 1px none #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.function
{
	font-weight: bold;
	font-size: 12px;
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
}	
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	7em;
	}	