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

body,td,th {
	font-family: "Century Gothic", Verdana, Arial, Tahoma, sans-serif;
	font-size: 10pt;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.base .header {
	background-image: url(bg.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.base .header h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-right: 20px;
	font-size: 25px;
	line-height: 60px;
	padding-left: 50px;
	margin: auto;
	width: 60%;
	letter-spacing: 2px;
}
.base .header .menu {
	background-image: url(bg.png);
	padding: 5px;
}
.base .header .menu #menu {
	padding: 0px;
	height: 17px;
	list-style-type: none;
	margin: 0px auto;
	width: 60%;
}
.base .header .menu #menu li {
	float: left;
	line-height: 17px;
}
.base .header .menu #menu a {
	display: block;
	padding-left: 8px;
	margin-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
	padding-right: 8px;
}
.base .header .menu #menu a:hover {
	color: #0099FF;
	text-decoration: none;
	border-bottom-color: #0099FF;
	background-color: #FFFFFF;
}
.base  .header  p  {
	clear: both;
	margin: auto;
	text-align: center;
	letter-spacing: 2px;
	color: #999999;
	line-height: 50px;
}
.base .mainbase {
	background-image: url(mainbg.png);
	padding: 30px;
}
.base .mainbase .main .t {
	margin: auto;
	width: 60%;
	padding-left: 20px;
	color: #666666;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 25px;
}
.base .mainbase .main .td {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 165%;
	letter-spacing: 1px;
	width: 57%;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.base .mainbase .main .td a {
	color: #00FFFF;
	text-decoration: none;
	border: 1px solid #0A0A0A;
}
.base .mainbase .main .td a:hover {
	color: #FFFFFF;
	background-color: #003737;
	border: 1px solid #CCCCCC;
}
.base .footer {
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
	text-align: center;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	line-height: 24px;
}
.base .footer a {
	color: #0099FF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.base .footer a:hover {
	background-color: #EFEFEF;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	color: #666666;
}
textarea,input {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 165%;
	letter-spacing: 1px;
	margin: 2px;
	padding: 2px;
	background: transparent;
	border: #0cf 1px solid;
	color: #ccc;
}
textarea:hover,input:hover {
    background: #002346;
	border: #ccc 1px solid;
	color: #fff;
}