body,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
	background:#000000;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #6699ff;
}
a:active {
	text-decoration: none;
}

input { background-color:white ! important}

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	font-weight: bold;
	margin:8px 0 0px 0;
}
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
	font-weight: bold;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.8em;
	color:#ffffff;
	margin-top:4px;
}
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#000000;
	font-weight: bold;
	font-style:italic;
	margin:15px 0 10px 0;
}

#body {
	position:relative;
	width:800px; 
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px 10px 0px;
	text-align:center;	
	background:white url(images/YWPbg.jpg) repeat;
	border:0px solid #FFF;		
	}
#content {
	position:relative;
	margin-left:25px;
	margin-right:25px;   		
	border:0px solid #000;
	}
#button {
	width:248px;
	height:88px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	}
	
	#button a {
		display:block;
		text-align:center;
			line-height:88px;
			vertical-align:50%;
			padding:0px 0px 0px 0px;	
			text-decoration:none;
			background: url(images/buttonoff.gif) no-repeat 0px 0px;
			color:#cc0000;
		}				
	#button a:hover {					
		background:url(images/buttonon.gif) no-repeat 0px 0px;
		color:#6699ff; 
		}
	