//*"face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" which means 99% of
visitors see Arial.

Color palette is:
black: 000000
red: 990000
blue: 0000cc
yellow: ffcc00

Link style is the standard blue underline.
Body text is size 2
Headline text is default size, blue, bold, italic *//

:link { color: #0000FF }
:visited { color: #800080 }
BODY {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
P {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
}
p.justify {
	text-align: justify;
	

}
TD {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
 	font-size: 13px;
	font-style: normal;
	vertical-align: top;
}
a.profile
{
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 11pt;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

a.profile:hover { 
	color: #009; 
}

a.logout
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #f00;
}
a.logout:hover { 
	color: #909; 
}

span.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000cc;
	font-weight: bold;
	font-style: italic;
}
span.bold {
	font-weight: bold;
}
tr.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
}
span.name_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000cc;

}
span.discount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #900;
}
INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-color: #FFF;
 	color: #000;
 }
 INPUT.reqd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-color: #FF9;
 	color: #000;
 }
 INPUT.radio {
 	border: 3px solid #FF3;
 	background-color: #FF3;
 }
 SELECT.reqd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-color: #FF9;
 }
 SELECT.ac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 }

  

