* {
	margin: 0px;
	padding :0px;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
body {
	width:700px;
	margin:auto;
	text-align:center;
	line-height:140%;
	color : #666666;
}
#header {
	width:700px;
	text-align:left;
	height:120px;
	background-image:url("header_bg.jpg"); 
}
#contents {
	width:700px;
	text-align:left
}
#main {
	width:490px;
	float:left;
}
#right {
	width:204px;
	margin:3px;
	float:right;
}
#image {
	float: left;
	margin-right: 20px;
}
#item {
	clear: both;
}
 
#button {
	font-size:20px;
	font-weight:bold;
	line-height:2.5em;
	margin: 10px 10px;
}

hr {
	border-bottom: 1px solid #6699CC;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear:left;
}
h1 {
	font-size: 17pt;
	color: #ffffff;
	margin : 0px  0px  10px 5px;
	padding: 15px 10px 0px  5px;
}
h2 {
	font-size: 10pt;
	color : #0033cc;
	text-align: left;
	margin: 50px 0px 0px 5px;
	line-height: 15px;
}
h3 {
	font-size: 14pt;
	color : #ff0000;
	margin-top: 20px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}
p.appeal {
	font-size: 20px;
	line-height:1.5em;
	line-height:1.5em;
	margin: 0px 0px;
	color:#009966;
	font-weight: bold;
	text-align: center;
}
p.appeal2 {
	text-align:center;
	font-size:12px;
}
a {
	color:#666699;
}
/*
table, th, td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px;
	margin: 10px
}
*/