@charset "utf-8";
/* CSS Document */


/* - - - - - - Main Settings - - - - - - */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 000000;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #666666;
}
/* - - - - - - Div Settings - - - - - - */

#wrapper {
	margin:0 auto;
	padding:0;
	border:0;
	width:880px;
	background-color:#ffffff;
}
#header {
	margin:0;
	padding:0;
	border:0;
	width:95%;
	padding-top:10px;
}
#footer {
	margin:0;
	padding:0;
	border:0;
	width:95%;
}
/* - - - - - - Style Settings - - - - - - */

.style01 {
	font-size:1.2em;
	font-weight:bold;
}
.style02 {
	font-size:.8em;
}
.banner {
	font-weight:bold;
	font-size:1.2em;
	text-decoration:underline;
}
.banner_smaller {
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
}
.banner_larger {
	font-weight:bold;
	font-size:1.5em;
	text-decoration:underline;
}