body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.row1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFCC00;
	text-decoration: none;
}
.row2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFCC00;
	border-bottom:0px;
	border-top:0px;
	text-decoration: none;
}
.row3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFCC00;
	border-top:0px;
	text-decoration: none;
}
dd {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
option {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
select {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
h1 {
	font-family: "Tahoma";
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
}
h2 {
	font-family: "Tahoma";
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font-family: "Tahoma";
	font-size: 15px;
	color: #FF6600;
	text-decoration: none;
}
.topMenu {
	font-family: "Tahoma";
	font-size: 18px;
	color: #FF0000;
	background-color: #000000;
	display: block;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #ccd7c4;
	text-decoration: none;
}
.headingText {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: Bold;
	text-decoration: none;
	color: #FF6600;
}
}
.priceText {
	font-family: "Tahoma";
	font-size: 14px;
	font-weight: Bold;
	text-decoration: none;
	color: #FF0000;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.borders1 {
	background-color: #000000;
	border: 1px solid #FF9900;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}