div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top:2px
}
html>body input.text, html>body input.button html>body select {
	height:1em
}
*:root input.text, *:root input.button, *:root select {
	height:auto
}
input.text, input.button, textarea, select {
	font:7pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:bold
}
input.button {
	border:1px solid #000000;
	padding:.1em .1em;
	color:#000000;
	background-color:#FFFFFF;
	border-radius:.4em
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#000000
}
input[type="submit"]:active {
	background-color:#000000
}
input[type="submit"][disabled] {
	border-color:#000000;
	color:#000000;
	background-color:#FFFFFF
}
input.text, textarea, select {
	border:1px solid #000000;
	color:#000000;
	background-color:#FFFFFF;
	letter-spacing:1px
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color:#FFFFFF
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#FFFFFF
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
}
a:link {
	color: #334000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #334000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666600;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #666600;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	color: #334000;
}
.Category {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.TitleLarge {
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	color: #334000;
}
.TitleSmall {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.Title {
	font-weight: bolder;
}
.Price {
	font-weight: bold;
}
.Top {
	background-attachment: scroll;
	background-image: url(../images/BG_Top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.TopX {
	background-attachment: scroll;
	background-image: url(../images/BG_Top_X.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.BottomX {
	background-attachment: scroll;
	background-image: url(../images/BG_Bottom_X.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.Bottom {
	background-attachment: scroll;
	background-image: url(../images/BG_Bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.Back {
	background-attachment: scroll;
	background-image: url(../images/Back.gif);
	background-position: center middle;
}
.Footer {
	background-attachment: scroll;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.NavHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.TextRed {
	color: #FF0000;
}
