html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
}

table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}.style2 {
	color: #FDF5E6;
	font-size: 12px;
	font-weight: bold;
}
.style3 {

	color: #FFFFCC;
	font-size: 13px;
	font-weight: bold;
}
.style4 {
	color: #FDF5E6;
	font-size: 11px;
	font-weight: bold;
}


.formbox {
    width:100%;
	border: solid #EDD3B5 1px; 
	background-color: #EDD3B5;
	color:#753802;
	font-size:13px;
	padding:2px;
	margin-bottom:5px;
}
.pinktext {
	color: #F49BC2;
	font-size: 12px;
	font-weight: bold;
}
.smpinktext {
	color: #F49BC2;
	font-size: 11px;
}