body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header_bottom {
	background-color: #160285;
	font-weight: bold;
	color: #FFFFFF;
}
.update_red {
	font-weight: bold;
	color: #FF0000;
}

.footer_top {
	background-color: #160285;
	color: #FFFFFF;
}
.footer_bottom {
	background-color: #000000;
	color: #999999;
  font-size: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.link_white {
	color: #FFFFFF;
	font-weight: bold;
}
.link_white:link {
	color: #ffffff;
}
.link_white:hover {
	color: #ffffff;
	text-decoration: none;
}
.link_white:active {
	color: #ffffff;
	text-decoration: none;
}
.link_white:visited {
	color: #ffffff
}
.link_blue {
	color: #150185;
}
.link_blue:link {
	color: #150185;
}
.link_blue:hover {
	color: #150185;
	text-decoration: none;
}
.link_blue:active {
	color: #150185;
	text-decoration: none;
}
.link_blue:visited {
	color: #150185
}
.header_top {
	background-color: #BBBBBB;
	font-style: italic;
	font-weight: bold;
}
.header_cambo {
	font-size: 24px;
	font-weight: bold;
}
.header_background {
	background-image: url(../images/header_background.jpg);
}
.small_note {
	font-style: italic;
}

.nav_top {
	background-color: #838383;
	font-weight: bold;
	color: #FFFFFF;
}
.menu_bground {

	background-color: #EAEAEA;
}
.table_border {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #AAAAAA;
	background: #E5E5E5;
}

.content_top {

	background-color: #838383;
	font-weight: bold;
	color: #FFFFFF;
}
.content_bground {


	background-color: #EAEAEA;
}

.page_end {
	font-style: normal;
	color: #999999;
	font-size: 9px;
}
ul {
	margin-left: 10px;
}

.debug {
  font-style: normal;
  color: #33AA33;
  font-size: 9px;
}