a {
	color:darkblue;
}

a:visited {
	color:darkblue;
}

a:hover {
	color:blue;
}

html {
	font-family:verdana,arial; 
}

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

h1 {
	color:blue;
}

li {
	list-style:square;
}


.buttonNormal {
	background-color:lightgrey; 
	border-style:outset;
	color:black;
	font-size:12px; 
	font-weight:bold;
}

.buttonOver {
	background-color:lightgrey; 
	border-style:outset;
	color:darkgreen;
	cursor:hand;
	font-size:12px; 
	font-weight:bold;
}

.buttonDown {
	background-color:lightgrey; 
	border-style:inset;
	color:green;
	cursor:hand;
	font-size:12px; 
	font-weight:bold;
}

.buttonOut {
	background-color:lightgrey; 
	border-style:outset;
	color:black;
	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;
}

