@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.bg{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 600px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.intro{
	text-align: left;
	width: 900px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: #006699;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.button{
	background-color: #F6F6F6;
	padding: 10px;
	clear: both;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 300px;
}

.button a{
	background-color: #F6F6F6;
}
.button a:hover{
	background-color: #FEFBE7;
	padding: 3px;
}
