@charset "UTF-8";

html {
	height: 100.1%;
}
#main {
	background-color: #fff;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0CC;
}
body,td,th {
	color: #666;
	font-size:12px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
}
body {
	margin-top: 0px;
	background-color: #fff;
}
.cap {
	font-size: 24px;
	width: auto;
	border: 1px none #999;
}
h1 {
	font-size: 12px;
	color: #666;
	text-transform: lowercase;
	text-align:center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	letter-spacing: 7px;
}
h2 {
	font-size: 10px;
	color: #666;
	text-transform: lowercase;
	text-align:center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	letter-spacing: 7px;
}
h3 {
	font-size: 10px;
	color: #666;
	text-transform: lowercase;
	text-align:left;
	font-weight: bold;
	letter-spacing: 7px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#C66;
}
a:active {
	text-decoration: none;
	color: #C66;
}
.legal {
	font-size: 10px;
	text-align: center;
}


.menu {
	color: #666;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 12px;
}

.menu :link {
	color: #666;
	text-decoration: none;
}
.menu :visited {
	text-decoration: none;
	color: #666;
}
.menu :hover {
	text-decoration: none;
	color:#C66;
}
.menu :active {
	text-decoration: none;
	color: #C66;
}

.legal {
	font-size: 10px;
	text-align: center;
}