@charset "utf-8";

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
ul {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.style1 {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
}
a {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
body {overflow-x:hidden, overflow-y:auto
	overflow: hidden;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
.style2 {color: #999999}

p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}
.td {
	padding-left: 30px;
	padding-right: 30px;
}


table td{
padding:0px; /* cellpadding="0" */
} 
