body {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size:  100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

h1,h2,h3,h4 {
	text-align: center;
	margin:0 0 5px 5px;
	font-weight:bold;
}

h1 {font-size:2.0em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
h4 {font-size:1.0em;}

LI {font-size: .8em;} 
.caption {font-size: .8em;}
.specs {font-size: .8em;} 
SMALL {font-size: .7em;}

P.review {text-align: center} 
.blkbrdr {border:1px; border-thickness: 1px; border-color: #000; border-style: solid; margin: 2}

.menu {color:#ffffff; font-size: .8em} 
.menu A:link {color:#ffffff}
.menu A:visited {color:#ffffff}
.search {color:#ffffff; font-size: .6em} 

.lowerlinks {text-align: center; font-weight:bold; font-size: .8em}
.boldtable, .boldtable TD, .boldtable TH {font-size: .9em; color:#000000;}


/* Original code

body { 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/sidenav-background.gif);
	color: #000000;
}


.on {font-size:x-small; font-weight:bold; font-family: Arial, Helvetica; color:990000; text-decoration:none; background:ffffff;}
.off {font-size:x-small; font-weight:bold; font-family: Arial, Helvetica; color:0066cc; text-decoration:none; background:ffffff;}
P {font-family:Arial, Helvetica, sans serif; font-size: small} 
P.specs {font-size: x-small} 
P.caption {font-size: x-small} 
P.review {text-align: center;} 
H1 {font-family:Arial, Helvetica, sans serif; text-align: center; font-weight:bold; font-size: large} 
H2 {font-family:Arial, Helvetica, sans serif; text-align: center; font-weight:bold; font-size: medium} 
H3 {font-family:Arial, Helvetica, sans serif; text-align: center; font-weight:bold; font-size: small} 
LI {font-family:Arial, Helvetica, sans serif; font-size: x-small} 
SMALL{font-family:Arial, Helvetica, sans serif; font-size: xx-small} 
DT {font-size:x-small; font-weight:bold; font-family:Arial, Helvetica, sans serif;}
DD {font-size:x-small; font-family:Arial, Helvetica, sans serif;}
.boldtable, .boldtable TD, .boldtable TH {font-family:Arial, Helvetica, sans-serif; font-size:x-small; color:#000000;}
.smalltable, .smalltable TD {font-family:Arial, Helvetica, sans-serif; font-size:xx-small; color:#000000;}
.smalltable TH {font-family:Arial, Helvetica, sans-serif; font-size:x-small; color:#000000;}
.blkbrdr {border:1px; border-thickness: 1px; border-color: #000; border-style: solid; margin: 2}
.specs {font-family:Arial, Helvetica, sans serif; font-size: x-small} 
.caption {font-family:Arial, Helvetica, sans serif; font-size: x-small} 
.menu {font-family:Arial, Helvetica, sans serif; color:#ffffff; font-size: x-small} 
.menu A:link {color:#ffffff}
.menu A:visited {color:#ffffff}
.search {font-family:Arial, Helvetica, sans serif; color:#ffffff; font-size: xx-small} 
 
*/