@charset "utf-8";
/* CSS Document */
html {
	background:#00CCFF;
}
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background:#00CCFF;
	color:#000000;
}
#main-menu {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	color:#666666;
}
/* link */
a {
	color:#FFFFFF;
	text-decoration:none;
}
/* unvisited link */
a:link {
}  
/* visited link */
a:visited {
}
/* mouse over link */
a:hover {
	color:#666666;
	text-decoration:underline;
}
/* selected link */
a:active {
	color:#FFFFFF;
}
#content {
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:10px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:0px;
}
p {
	margin-bottom:10px;
}