body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:white;
}

h1{
	font-size:14pt;
	padding-left:1em;
}
div#wrapper{
	width: 100%;
	background-color:white;
	background-image:url();
}

div#message_wrap{
	display:none
}

div#message{
	display:none
}

div#nomans_land{
	display:none;
}





div#desktop_wrapper{
	width: 100%;
	margin-left:0;
}
div#top_menu{
	display:none
	
}



div#logo{
	display:none;
}

div#content_wrapper{
	margin-left:0;


}



#content {
	padding:1em 1em 1em 1em;
	margin-left:0;
}



#content .shadow2,
#content .shadow3,
#content .container {
	position: relative;
	right: -1px;
	bottom: -1px;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}

#content .shadow1 {
	background: #F1F0F1;
}

#content .shadow2 {
	background: #DBDADB;
}

#content .shadow3 {
	background: #B8B6B8;
}

#content .container {
	background: #ffffff;
	padding: 10px;
	
}


#footer{
	color:#555555;
	margin-left:0;
}


/************** TABLES *********************/


.tables{
	font-size:10pt;
	margin-top:2ex;
	
	width:100%;
	_width:70%;
	
}



.table-head{
	color: white;
	font-size: 1em;
	height:4ex;
	background-color: #DDDDDD;
}


td{
	font-size:9pt;
}



button { 
  border:0; 
  cursor:pointer; 
  background-color: #DDDDDD;
  padding:0 20px 0 0; 
  _padding:0 5px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
  _padding:0 0 0 15px;
  
  background-color: #DDDDDD; 
}

button.submitBtn { 
  background-color: #DDDDDD; 
  font-size:1.1em; 
  border:0;
}
button.submitBtn span { 
  height:31px; 
  line-height:31px;
 background-color: #DDDDDD; 
  color:#fff; 
}


div#interaction{
	display:none;
}


