/* red */
a:link, a:visited {
	color: #000;

}

a:hover {
	color: #9E2A2B;
}

.contentpaneopen a{
	font-weight: bold;
}

/* menu left links */
a.mainlevel:link, a.mainlevel:visited {
        color: #333;
	padding-left: 18px;

margin-top: 5px;
margin-bottom: 5px;
}

a.mainlevel:hover {
color: #9E2A2B;
text-decoration: none;
font-weight: bold;
}


h3, div.module_menu h3, .componentheading, table.moduletable th {
  color: #000;
font-size: 12px;
}

h3, .componentheading, table.moduletable th {
font-family: Verdana;
font-size: 14px;
  color: #AAA;
}