/* BEGIN LEFT MENU */
 #navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	width: 160px;
	background-color: #5E0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	padding: 3px;
	text-indent: 5px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
.menu-title {
	color: #FFCC00;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.font_black {
	color: #000000;
}



#navcontainer a:hover
{
background-color: #510000;
color: #fff;
}

/* END LEFT MENU */

body {
	background-color: #770000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #FFCC00;
}
.content {
	margin: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70000;
	padding: 3px;
}
.strErrorMsg {
	font-family: Verdana, helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(arrow-red.gif);
	text-indent: 15px;
	background-repeat: no-repeat;
}
