a:link, a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #9D2421;
	font-weight: normal;
	text-decoration: none;
}

.head_title a {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 25px;
	padding-right: 0;
	padding-top: 25px;
	text-decoration: none;
}

h1,.componentheading {
	color: #A63D35;
	font-size: 20px;
	font-weight: bold;
}

h2,.contentheading {
	color: #A63D35;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
	font-weight: 700;
}

.moduletable_menu li {
	background-color: #F5F5F5;
	background-image: url(../images/arrow_red.png);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-color: #CBCBCB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0;
	padding-bottom: 3px;
	padding-left: 27px;
	padding-right: 3px;
	padding-top: 3px;
}

.moduletable_menu li:hover {
	background-color: #E4E4E4;
	background-image: url(../images/arrow_red.png);
	background-position: center;
	background-repeat: no-repeat;
}
