body {
	font: 14px/21px Trebuchet MS, Arial, Helvetica, sans-serif ;
	margin: 0;
	text-align: left;
	background-color:#fff;
	color: #999;
	}

a {
	text-decoration:none;
	color:#999;
	}
	
a:hover {
	text-decoration: none;
	color: #ff0000;
	}	

h1 {
	color: #fff;
	font-size: 18px;
	}

h2 {
	color:#fff;
	font-size: 16px;	
	}
	
h3 {
	color: #ff0000;	
	font-size: 14px
	}	
	
.style1 {
	font-size:10px;
	}	

.style2 {
	color: #ff0000;	
	}

.style3 {
	font-size: 12px
	}	
	
.container {
	width:700px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	}
	
.header {
	background: #fff url(images/bg.gif) no-repeat;
	width:900px;
	height: 286px;
	position: absolute;
	margin-left: -450px;
	left: 50%;
	}
	
.nav {
	position:absolute;
	top:36px;
	right:34px;
	width: 330px;
	}		
	
.main {
	width:900px;
	position: absolute;
	margin-left: -450px;
	left: 50%;
	top:286px;
	background-color: #000;
	}

.right {
	width: 165px;
	float: right;
	background-color:#000;
	padding-top: 50px;
	}
	
.editor {	
	width: 695px;
	float: left;
	padding: 20px;
	background-color:#000;
	}
	
.box {
	width: 125px;
	background-color:#333;
	height: auto;
	padding: 5px;
	margin: 10px;
	}	
	
.footer {
	background:#fff url(images/footer.gif) top no-repeat;
	width:880px;
	font-size: 9px;
	font-style:italic;
	text-align: right;
	clear:both;
	padding: 10px;
	}

.tbmain{ 
 /* Changes on the form */
 background: black !important; 
}
.left{
  /* Changes on the form */
  color: white !important; 
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
