/* CSS Document */

body {
	background-image: url(../_images/bg_gray.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#body_index {
	width: 800px;
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#body_index h1 a {
	font-size: 24px;
	text-decoration: none;
	color: #009900;
}
#body_index h1 a:visited {
	color: #009900;
}
#body_index h1 a:hover {
	color: #00CC00;
}
