
a:link
{
	color: #ff6633; text-decoration: underline; 
}
a:visited
{
	color: purple; text-decoration: underline; 
} 
a:active 
{
	color: red; text-decoration: none;
}
a:hover 
{
	color: red; text-decoration: underline;
}
body
{
	font: 10pt;
	font-family: Arial, Helvetica;
	color: black;
}
.hdr
{
	font: 14pt;
	font-family: Arial, Helvetica;
	background-color: #ff9999;
	color: white;
}
.fdesc
{
	font: 12pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #ff6633;
}
.fname
{
	font: 10pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #ff6633;
}
.fdata
{
	font: 10pt;
	font-family: Arial, Helvetica;
	color: #ff6633;
}
.fmemo
{
	font: 10pt;
	font-family: Arial, Helvetica;
	color: #ff6633;
}
.price
{
	font: 10pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #ff6633;
}
.yprice
{
	font: 14pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #ff6633;
}
.discount
{
	font: 10pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: red;
}
.recordcount
{
	font: 12pt;
	font-family: Arial, Helvetica;
	color: #ff6633;
}
.welcome
{
	font-size: 100%;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #ff6633;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
	color: black;
}
h1
{
	font-size: 200%;
	color: rgb(0,153,153);
}
h2
{
	font-size: 150%;
	color: rgb(102,102,102); 
}
h3
{
	font-size: 125%;
	color: rgb(153,153,102); 
}
p
{
	font: 12pt;
	font-family: Arial, Helvetica;
	color: black;
}
ul
{
	list-style-image: url("../images/arrow.gif")
}
