
body {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
color: #000000; 
text-decoration: none;
}

/* form styles */
input {
	font-size: 12;
	color: #000000;
	border-left-width: 1;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	background-color: #D0D0D0;
}
textarea {
	font-size: 12;
	color: #000000;
	border-left-width: 1;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	background-color: #D0D0D0;
}
select {
	font-size: 12;
	color: #000000;
	border-left-width: 1;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	background-color: #D0D0D0;
}

/* type styles */
.headline,h1 {  font-family: "Arial Black", ArialBlack, Arial; font-size: 12pt; color: #6c6c6c}
.subhead,h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000}
.bodytext,p,br {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none}
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: #000000; text-decoration: none}
.description {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none}
.categoryhead,h3 {  font-family: Tahoma, Verdana, Arial; font-size: 9pt; font-weight: bold; color: #000000}
address {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000;  font-weight: bold; text-decoration: none}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000; text-decoration: none}
strong { font-weight : bold; text-decoration: none}
.price {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: red; text-decoration: none}
.retailprice {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000; text-decoration: line-through}
.menuheader {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: bold; color: #000000; text-decoration: none}
.menuitem { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #666666; text-decoration: none }
.dropcap { font-family: Arial, Helvetica, sans-serif; font-size: 27pt; color: #666666; text-decoration: none; font-style: italic; font-weight: bold; font-variant : small-caps; }

/* link styles */
A {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #606060; text-decoration: none; font-weight: bold;}
A:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: underline}
A:hover.small {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #000000; text-decoration: underline}
A.linkone {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ff0000; text-decoration: none}
A:hover.linkone {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ff0000; text-decoration: underline}
A.linktwo {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #ff9900; text-decoration: none; font-weight: bold;}
A:hover.linktwo {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: blue; text-decoration: underline; font-weight: bold;}
A.linkthree {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #ff9900; text-decoration: none; font-weight: bold;}
A:hover.linkthree {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: green; text-decoration: underline; font-weight: bold;}
A:hover.menuheader {  font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; font-weight: bold; color: #000000; text-decoration: underline}
A:hover.menuitem { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #666666; text-decoration: underline }

/* table styles */
table {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none;}
td.tdone {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none; background-color: #cccccc;}
td.tdtwo {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none; background-color: #ffffff;}
td.tdthree {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none; background-color: #ffffff;}
td.tdfour {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none; background-color: #FFF;}
td.tdfive {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none; background-color: #cccccc;}

/* custom styles */
A.topnav {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ff0000; text-decoration: none}
A:hover.topnav {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFF; text-decoration: underline}

.actionButton {
	background: #0E7E8C;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;	
}
