@charset "utf-8";
/* CSS Document */

body {
  text-align: center;
  margin: 0px;
	padding: 0px;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; color:#333;
	background-color: #f8f8f7; }
  
#page_top { 
  float:left;
  clear: both;
	height: 40px;
  width:100%;
	background: url(http://static.tomizone.com/www/img/bg_header_popup.gif);
  background-repeat: repeat-x; 
  border-bottom: 1px solid #ffffff; }

#page_middle {
  float: left;
  clear: both;
  width: 100%;
  min-height: 300px;
  padding: 0px;
  background-repeat: repeat-x;
  background-position: top;
  background-color: #ffffff; 
  border-bottom: 1px solid #eeeeee; }
  
div.inner {
  padding: 0px 10px 10px 10px;
  text-align: left; }

/* TABLES */

.list {
 	width: 100%;
}

.list th {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.list tr.odd {
	background-color: #f9f9f9;
}

.list tr.even {
}

.list td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

/* TEXT */

h1 {
  text-align: left;
  color: #444444;
	line-height: 1.1em;
  margin: 10px 0px 30px 0px;
  font-size: 2.5em; }
h2 {
  line-height: 1.2em;
  margin: 10px 0px 30px 0px; }	

h3 {
  margin: 20px 0px 5px 0px; 
  border-bottom: 1px solid #eeeeee; }

p {
  margin: 0px 0px 15px 0px; }

.standfirst {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0px 0px 30px 0px; }
	  
.copy {
	line-height: 2.5em; }
	
img {
	border: 0px; }
