body {
	margin: 10px;
	background-color: #FFFEDF;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #9C0001;
}

a:hover {
	color: black;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text {
	border: solid #807F7F 1px;
	color: #000000;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;

	background-color: #D5D7A8;
	font-weight: normal;
	color:#000000;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#BREADCRUMBS {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
}

div#main {
	width: 100%;
	border: solid #A10000;
	border-width: 0px;

}

table.menulinks {
	border-left: solid #A10000 1px;
}

td.menulinks {
	background: #D4D5A9; 
	padding: 2px 4px; 
	color: #616044;
	font-weight: bold;
	border-right: solid #A10000 1px;
	border-bottom: solid #A10000 1px;
	text-align: center;
	white-space: nowrap;
}
td.menulinks a {
	color: #9C0003;
	text-decoration: none;
}
td.menulinks a:hover {
	text-decoration: underline;
}

.pagecontent {
	padding: 20px;
}

table#footer {
	width:100%;
	border:solid #A10000 1px;
	background: #D4D5A9;
	color: #626145;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}
table#footer td {
	white-space: nowrap;
}
table#footer a, table#footer span {
	color: #9C0003;
	text-decoration: none;
}
table#footer a:hover {
	text-decoration: underline;
}
table#footer a, table#footer span {
	margin: 0px 5px;
}

.pagetitle {
	font-weight: bold;
	font-size: 14px;
}

h1, .h1 {
	font-weight: bold;
	font-size: 16px;
}
h2, .h2 {
	font-weight: bold;
	font-size: 14px;
}
h3, .h3 {
	font-weight: bold;
	font-size: 12px;
}
h4, .h4 {
	font-weight: bold;
	font-size: 12px;
}
h5, .h5 {
	font-weight: bold;
	font-size: 11px;
}

table.producttable {
	width: 100%;

}
table.producttable td {
	border: #9C0001 solid 0px;
	padding: 1px 3px;
	white-space: nowrap;
	font-size: 12px;

}

table.producttable tr.heading td {
	color: #616044;
	font-weight: bold;
	background: #D4D5A9;
	border-width: 1px;
	padding: 1px 3px;
}
table.producttable tr.heading td a {
	text-decoration: none;
}
table.producttable tr.heading td a:hover {
	text-decoration: underline;
}

table.producttable tr.subheading td {
	border-width: 0px 0px 1px 0px;
	background: #EFF0C4;
	padding: 1px 3px;
}

table.producttable tr.alt1 td {
}

table.producttable tr.alt2 td {
	border-color: #FFFEDF;
	border-width: 0px 1px;
	background: #EFF0C4;
}


