a:link, a:visited {
	text-decoration: underline;
	color: #7b050c;
}

a:hover, a:active {
	text-decoration: none;
	color: white;
	background-color: #7b050c;
}

#navcontainer #current {
	color: #7b050c;
}

#navcontainer a {
	color: #333;
}

#navcontainer ul ul a {
	color: #333;
}

#navcontainer ul a:hover {
	border-right: 1px solid #8b0a04;
	color: #7b050c;
}

#navcontainer ul ul ul a {
	color: #9b0710;
}

#navcontainer img {
}

/* @group Global Classes */

h1 {
	color: #8b0a04;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}

h2 {
	color: #8b0a04;
	text-align: right;
	text-transform: none;
	background-position: 0;
	direction: rtl;
	text-indent: 5px;
	font: bold 1em/30px Arial, Verdana, sans-serif;
	word-spacing: -1px;
}

h3 {
	color: #8b0a04;
	text-align: left;
	text-indent: 17px;
	background: url(../../images/grey_block.gif) no-repeat 0 5px;
	text-transform: uppercase;
	font: normal bold 1em/20px Arial, Verdana, sans-serif;
}

h4 {
	text-align: left;
	color: #8b0a04;
	border-bottom: 1px dashed #8b0a04;
	word-spacing: -1px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font: bold 1.0em/normal Arial, Verdana, sans-serif;
}
/* @end */