@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(gra.png);
	background-repeat: repeat-y;
}
.base {
	width: 795px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #DEFEFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
.base .header {
	padding: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAF6FE;
}
.base .header h1 {
	margin: 0px;
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.base .header ul {
	list-style-type: square;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.base  .header  a  {
	line-height: 30px;
	display: block;
}
.base .main {
	padding: 50px;
}
.base .main .t {
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
.base .main .td {
	line-height: 175%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-right: 90px;
	letter-spacing: 1px;
}
.base .footer {
	line-height: 40px;
	text-align: center;
}textarea, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #F0F0F0;
	margin: 2px;
}
