body 
{
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  color: Black;
}

td 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}

th 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: "#339900";
}

a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: "#CC3300";
}

h1
{
	color: "#CC3300";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	height: 18pt;
}

h2
{
	color: "#CC3300";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	height: 16pt;
}

.big
{
	color: "#CC3300";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.small
{
	color: "#CC3300";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.btn
{
	background-color: "#339900"; 
	color: "#000000";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border-style: solid; 
	border-color: "#000000";
}

.txt
{
	background-color: "#FFFFFF"; 
	color: "#000000"; 
	border-style: solid; 
	border-color: "#CC3300"
}

.cart
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: Black;
}

select
{
	background-color: "#FFFFFF"; 
	color: "#000000"; 
	border-style: solid; 
	border-color: "#CC3300"
}

textarea
{
	background-color: "#FFFFFF"; 
	color: "#000000"; 
	border-style: solid; 
	border-color: "#CC3300"
}
