html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}
body {
  height:100%;
  margin:0px;
  padding:0px;
  background:url(images/bg_body.gif) repeat;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#2c2c39;
}
td {
  font-size: 11px;
}
.sub_bold {
	font-size:12px;
	font-weight:bold;
}
.sub_red_title {
	font-size:15px;
	font-weight:bold;
	color:#970f00;
}
.pagetitle {
  color: white;
  font-size: 14px;
  font-weight: bold;	
}
.nav_item {
  text-align: left;
  padding-bottom: 5px;
}
.nav_item_on {	
  background: url(/images/nav_arrow.gif) no-repeat 0 2px;
  text-align: left;
  padding-bottom: 5px;
}
.nav_item a, .nav_item_on a {
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  color: #333333;
}
.nav_item a:hover, .nav_item_on a:hover {
  background: url(/images/nav_arrow.gif) no-repeat 0px 2px;
}
.copyright {
  font-size: 10px;
  color: #666666;	
}
table.thinborder {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.thinborder th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.thinborder td {
	border-width: 1px 1px 1px 1px;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.red_title {
	font-size:12px;
	color:#970f00;
	font-weight:bold;
}