body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
body {
	background-image: url(images/bgimg0.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  color:#006633;
}

#containerul li{
  margin:0 0 0 5px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #003366;
	text-decoration: none;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover { text-decoration:none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #336633;
}
.bold_white {
	color: #FFFFFF;
	font-weight: bold;
}
.tableScroll {
	border-top: 1px #FF9933;
	border-right: 1px solid #FF9933;
	border-bottom: 1px #FF9933;
	border-left: 1px solid #FF9933;
}
.tableBlue {
	border-top: 1px #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px #006699;
	border-left: 1px solid #006699;
}
.middleNavBox {
	letter-spacing: normal;
	text-align: center;
	margin: 1px;
	padding: 1px;
	float: none;
	height:20px;
	width: auto;
	background-color:#FF9933;
}