p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
}
.largebg {
	background-image: url(largebg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

INPUT 
	{
	color: #333333;
	font-family: arial;
	font-size: 12pt;
	width: 250px;	
	}

TEXTAREA 
	{
	color: #333333;
	font-family: arial;
	font-size: 12pt;
	width: 350px;
	}

LABEL
	{
	color: #444444;
	font-family: arial;
	font-size: 12pt;
	padding-left: 4px;
	width: 120px;
	}
	
SPAN.text_highlight
	{
	font-weight: bold;
	color: #444444;
	}
	
P.prod_header
	{
	font-weight: bold;
	color: #333333;
	font-family: arial;
	font-size: 14pt;
	}
