html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
}

td {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000000;
}

input {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 32px;
	color: #ca3238;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

td.menuitem {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

a {
	color: #750d14;
}

a:hover {
	text-decoration: none;
}

a.menuitem {
	font-size: 11px;
	color: #ffffff;
	background-color: #c31a1f;
	text-decoration: none;
	padding: 6px;
	display: block;
	/* width: 100%; */
	height: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

a.menuitem:hover {
	background-color: #750d14;
}

a.submenuitem {
	font-size: 11px;
	color: #ffffff;
	background-color: #750d14;
	text-decoration: none;
	padding: 6px;
	display: block;
	/* width: 100%; */
	height: 100%;
}

a.submenuitem:hover {
	background-color: #c31a1f;
}

td.right {
	padding: 2px;
}

a.right {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

a.right:hover {
	color: #ca3238;
}

td.rightsub {
	padding-left: 2px;
}

a.rightsub {
	font-size: 12px;
	color: #b4b5b7;
	text-decoration: none;
}

a.rightsub:hover {
	color: #ca3238;
}

a.rightsub_sel {
	font-size: 12px;
	color: #ca3238;
	text-decoration: none;
}

a.rightsub_sel:hover {
	color: #ca3238;
}

a.top {
	font-size: 12px;
	color: #b4b5b7;
	text-decoration: none;
}

a.top:hover {
	color: #ca3238;
}

a.bottom {
	font-size: 16px;
	color: #b4b5b7;
	text-decoration: none;
}

a.bottom:hover {
	color: #ca3238;
}

td.sitemap {
	font-weight: bold;
	background-color: #c31a1f;
	color: #ffffff;
}

a.sitemap {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height:20px;
}

a.sitemap:hover {
	color: #ca3238;
}

a.subsitemap {
	font-size: 14px;
	color: #b4b5b7;
	text-decoration: none;
	line-height:20px;
}

a.subsitemap:hover {
	color: #ca3238;
}

.error {
	color:#ff0000;
}
