body {
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: auto;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
	border: none;
}
#main {
	border: 2px dotted #999999;
}
#container {
	background-color: #FFFFFF;
}
#menu {
}
#content {
}
a.text:link {
	color: #0099FF;
	text-decoration: underline;
	font-size: 14px;
}
a.text:visited {
	color: #0099FF;
	text-decoration: underline;
	font-size: 14px;
}
a.text:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 14px;
}
.style1 {
	font-size: 12px;
	color: #666666;
	line-height: 130%;
}
.style2 {
	font-size: 10px;
	color: #666666;
	line-height: 130%;
}
.style3 {
	font-size: 14px;
	color: #666666;
	line-height: 130%;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #666666;
}

