html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

#center  {
position: absolute;
width:920px;
height:570px;
left: 50%;
/*hide from ie-Mac\*/

top: 50%;
margin-top: -285px; /* make this half your image/element height */
margin-left: -460px; /* make this half your image/element width */
/*end hide*/
}

.tdcopy {
font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
font-size: 14px;
padding: 8px; 
color: #ffffff;
}

.imgborder {
padding: 8px;
}

.copy {
 font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
font-size: 14px;
padding: 8px; 
color: #000000;
text-align: left;
}

.copy a:link, a:active, a:visited{
 font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
 font-size: 10px;
 text-align: left;
 font-weight: normal;
 text-decoration: none;
 color: #8c8b8b;
}

.copy a:hover{
 font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
 font-size: 10px;
 text-align: left;
 font-weight: normal;
 text-decoration: underline;
 color: #8c8b8b;
}

a.next:link, a.next:active, a.next:visited {
	color: #000000;
	font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
    font-size: 14px;
    text-align: center;
    font-weight: normal;
	text-decoration: none;
}

a.next:hover {
	color: #000000;
	font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
    font-size: 14px;
    text-align: center;
    font-weight: normal;
	text-decoration: underline;
} 

a.white:link, a.white:active, a.white:visited {
	font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
font-size: 14px;
padding: 8px; 
color: #ffffff;
font-weight: normal;
	text-decoration: none;
}

a.white:hover {
	font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
font-size: 14px;
padding: 8px; 
color: #ffffff;
font-weight: bold;
	text-decoration: none;
} 


a.footer:link, a.footer:active, a.footer:visited {
	color: #7D5C25;
	font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
    font-size: 11px;
    text-align: center;
    font-weight: normal;
	text-decoration: none;
}

a.footer:hover {
	color: #7D5C25;
	font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
    font-size: 11px;
    text-align: center;
    font-weight: normal;
	text-decoration: underline;
} 

a.member:link, a.member:active, a.member:visited {
	color: #434343;
	font-size: 10px;
			font-family: Lucida Sans,Helvetica,Arial,Sans-serif; 
			background-color: #F3F999;
}

a.member:hover {
	color: #434343;
	font-size: 10px;
			font-family: Lucida Sans,Helvetica,Arial,Sans-serif; 
			background-color: #F3F999;
			text-decoration: underline;
}

.copyform{
 font-family: Verdana,Trebuchet,Helvetica,Arial,Sans-serif; 
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 color: #ffffff;
}
 
 
 
textarea {
  border: #434343 1px solid ;
  font-size: 11px;
  background-color:#ffffff;
  color:#434343;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
  margin-left: 5px; 
  margin-top: 2px; 
  margin-right: 0px;
  padding: 0.1cm 0.1cm;
  
}



input {
  border: #434343 1px solid ;
  font-size: 11px;
  background-color:#ffffff;
  color:#434343;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
  margin-left: 5px; 
  margin-top: 2px; 
  margin-right: 0px;
  
  }
  
 .button {
		BORDER-RIGHT: #434343 1px solid;
		BORDER-TOP: #434343 1px solid;
		FONT-SIZE: 11px;
		BORDER-LEFT: #434343 1px solid;
		height: 20px;
		WIDTH: 90px;
		CURSOR: pointer;
		COLOR: #555555;
		BORDER-BOTTOM: #434343 1px solid;
		FONT-FAMILY: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
		BACKGROUND-COLOR: #c3c3c3;
	}
	.buttonover {
		BORDER-RIGHT: #434343 1px solid;
		BORDER-TOP: #434343 1px solid;
		FONT-SIZE: 11px;
		BORDER-LEFT: #434343 1px solid;
		height: 20px;
		WIDTH: 90px;
		CURSOR: pointer;
		COLOR: #555555;
		BORDER-BOTTOM: #434343 1px solid;
		FONT-FAMILY: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
		BACKGROUND-COLOR: #e1e1e1;
}
 