a
{
	color:darkblue;
}

a:visited
{
	color:darkblue;
}

a:hover
{
	color:blue;
}

body
{
	background-image:url(http://www.waveridersystems.com/images/siteback.jpg);
	font-family: Arial; 
}

th
{
	font-family: Arial;
}

td
{
	font-family: Arial;
}

h1
{
	color:blue;
}

.buttonNormal
{
	background-color:lightgrey; 
	border-style:outset;
	color:black;
	font-family:arial,verdana,sans-serif; 
	font-size:12px; 
	font-weight:bold;
}

.buttonOver
{
	background-color:lightgrey; 
	border-style:outset;
	color:darkgreen;
	cursor:hand;
	font-family:arial,verdana,sans-serif; 
	font-size:12px; 
	font-weight:bold;
}

.buttonDown
{
	background-color:lightgrey; 
	border-style:inset;
	color:green;
	cursor:hand;
	font-family:arial,verdana,sans-serif; 
	font-size:12px; 
	font-weight:bold;
}

.buttonOut
{
	background-color:lightgrey; 
	border-style:outset;
	color:black;
	font-family:arial,verdana,sans-serif; 
	font-size:12px; 
	font-weight:bold;
}

.discountRow
{
	background-color:lightgrey;
	color:darkblue; 
}

.invoiceAddress
{
	color:black;
}

.invoiceContents
{
	color:black;
}

.invoiceData
{
	color:black;
}

.invoiceDiscount
{
	color:green;
}

.invoiceRebate
{
	color:green;
}

.invoiceTitle
{
	color:blue; 
	font-weight:bold;
}

.invoiceTotal
{
	color:black;
}

.rebateRow
{
	background-color:lightgrey;
	color:darkblue; 
}

.specialtylink
{
	color:darkgreen;
}

#errorpage
{
	color:red;
}

