* { font-family: Arial, Helvetica, sans-serif; }
pre { font-family: monospace; }

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style3 {
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ddebf8;
}
.style4 {
	font-size: 10px;
}

.right_info_box {
  padding-left:14px; 
  margin-left: 14px;
  width: 183px; 
  float: right; 
  border-left: 1px #9d9885 dashed;
}
.right_info_box .header {
  width: 130px;
  background-color: #000080;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  margin: auto;
  display: block;
}
.right_info_box .listing {
  font-size: 12px;
  color: #333333;
  text-align: center;
  padding: 0 2px;
  display: block;
}

.menu {
  padding: 4px 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
  margin-top: -5px;
  margin-bottom: -5px;
}
.menu a {
  text-decoration: none;
  padding:6px 0px 6px 16px;
  display: inline;
  color: #fff;
}
.menu a:hover {
  text-decoration: none;
  padding:6px 0px 6px 16px;
  display: inline;
  color: #aaa;
}
.content {
  vertical-align: top;
  padding: 14px;
  background-color: #fff;
  color: #000;
  width: 955px;
  border-left: 2px solid #000080;
  border-right: 2px solid #000080;
}

table.stats table, table.stats {
  border-spacing: 0;
  padding: 4px;
}

.stats th {
  text-align: center;
  border-bottom: 1px solid black;
	font-size: 12px;
	color: #000;
}
.stats .label {
	font-size: 12px;
	color: #000;
}
.stats .value {
	font-size: 12px;
	font-weight: bold;
	color: #000080;
}

.stats .row_mod_1 {
  background-color: #ddebf8;
}

div.img_row {
  text-align: center;
  margin: auto;
  clear: both;
}

div.img_row a {
  padding: 2px;
  border: 0;
}
div.img_row a img {
  border: 0;
}