a {  color: #0000FF}
a.text {
	text-decoration: none;
}
a.text:hover {
	text-decoration: underline;
}
a.hide{
	text-decoration: none;
	color: #000000;
}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.formtext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.smalltext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color : #666666;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #FFFFFF;
	font : bold italic;
	font-weight: bold;
	font-style: italic;
}
.boxheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color : #FFFFFF;
	font-weight: bold;
	padding-left : 5px;
	border-bottom: 1px solid black;
}
.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #0000FF;
	font-weight : bold;
}

.title {
	font : bold 14px Arial, Helvetica, sans-serif;
	color : #0000FF;
	text-align: center;
}

.error {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
}

#producttable th {
	background : #0000FF;
	border-color : #FFFFFF;
	font : bold 10px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}

#producttable td {
	font : 10px Arial, Helvetica, sans-serif;
	color : #000000;
}

#producttable tr.highlight {
	background-color : #FFFF00;
}

#producttable tr.odd {
	background-color : #CDCDFF;
}

#producttable tr.even {
	background-color : #CCCCCC;
}

.odd {
	background-color : #FFFFFF;
}

.even {
	background-color : #CDCDFF;
}

ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

form {
	margin: 0;
	padding: 0;
}

#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#topnav a {
	display: block;
	width: 97px;
	height: 18px;
	margin:0;
	padding:0;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#topnav a:hover {
	color: #FFFFFF;
	background: #0000FF;
}

#topnav li { /* all list items */
	float: left;
	width: 97px; /* width needed or else Opera goes nuts */
}

#topnav li ul { /* second-level lists */
	position: absolute;
	background: #333333;
	width: 150px;
	border-right: none;
	margin-top: -1px;
	margin-left: -1px;
	top: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li ul li a {
	width: 150px;
	text-align: left;
	text-indent: 5px;
}

#topnav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 149px;
}

#topnav li:hover ul ul, #topnav li.sfhover ul ul {
	top: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul { /* lists nested under hovered list items */
	top: auto;
}

