body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
}

.frmLable {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 10pt;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.navigationCategory {
	color: #003399;
	font-weight: 700;
}

.navigationStore {
	color: #003399;
	font-weight: 700;
}

.copyright {
	color: #003399;
	font-size:8pt;
}

td.category {
	color: black;
	font-size: 8pt;
}

.frmTextBox {
	border: #000000 1px solid;
	border-color: #003399 #003399 #003399 #003399;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.frmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.frmRadioButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.frmDDBox {
	border: #000000 1px inset;
	border-color: #003399 #000000 #000000 #003399;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
}

.button {
	border: 1px outset;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	cursor: hand;
	border-color: #003399 #000000 #000000 #003399;
}

.smallButton {
	border: 1px solid;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	font-weight: bold;
	color: #003399;
	cursor: none;
	border-color: #003399 #000000 #000000 #003399;
}

.strikeThrough {
	text-decoration: line-through;
	color: red;
}

.salePrice {
	color: green;
	font-weight: bold;
}

.productHeader {
	color: #003399;
	font-size: 12pt;
	font-weight: bold;
}

._storeButton {
	color: #003399;
	border: 1px solid #003399;
	background-color: #FFF;
	font-size: 8pt;
}

._productTextBox {	
	color: #003399;
	border: 1px solid #003399;
	background-color: #FFF;
	font-size: 8pt;
}

._productDDBox {	
	color: #003399;
	border: 1px solid #003399;
	background-color: #FFF;
	font-size: 8pt;
}