body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	background-color: #F7F7F7;
	margin: 50px;
}
a:link {
	color: #399942;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9DD95F;
}
a:hover {
	text-decoration: underline;
	color: #001F00;
}
a:active {
	text-decoration: none;
	color: #9DD95F;
}
.base {
	width: 650px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(gra.gif);
	background-repeat: repeat-x;
	background-position: center 100px;
	border-top-width: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.base .header {
	background-image: url(bg.jpg);
	height: 100px;
}
.base .header h1 {
	line-height: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-align: center;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.base .menu ul {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	height: 30px;
}
.base .menu li {
	float: left;
}
.base .menu li a {
	width: 70px;
	display: block;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}
.base .menu a:hover {
	background-color: #F0F0F0;
}
.base .main {
	padding: 10px;
	margin: 5px;
}
.base .main .t {
	font-size: 1.3em;
	letter-spacing: -1px;
	text-align: right;
	line-height: 25px;
	color: #CCCCCC;
}
.base .main .td {
	padding: 15px;
	line-height: 165%;
}
.base .copy {
	text-align: center;
	background-color: #000000;
	padding: 10px;
	font-size: .8em;
	letter-spacing: 1px;
}
textarea, input {
	background-color: #FFFFFF;
	margin: 3px;
	border: 1px solid #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}