@charset "utf-8";
body {
	text-align: center;
	min-width:800px;
	max-width:980px;
	margin: auto;
	padding: 0;

	/*background-image: url(../images/bg08.gif);*/
	background-repeat:repeat;
	background-position:top;
	background-position:left;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration:none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007CC2;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.bottom:link, a.bottom:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.bottom:hover, a.bottom:active {
	color:#FFCC00;
	text-decoration:none;
}
