body {
	background-color: #ffffff;
	color:#333333;
	font-size:100%;
}

a:link ,  a:active {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #1A3A5A;
	text-decoration: none;
}

#banner h1 {
	text-align:center;
	font-size:110%;
	color:#336600;
}

#banner p {
	font-size:90%;
	line-height:100%;
	color:#333333;
}

#contents {
	background-color: #ffffff;
	font-size:80%;
	padding:15px;
}

#contents h2 {
	font-size:100%;
	border-bottom:solid 1px #009933;
}

#menu h3 {
	font-size:90%;
	color:#336600;
}

#contents p,ol {
	font-size:100%;
	line-height:130%;
}

#contents ol li{
	margin-left:15px;
}

#contents .right {
	font-size:80%;
	text-align:right;
}

#menu ul{
	font-size:90%;
	line-height:150%;
}

#menu ul li{
	list-style:none;
	color:#336600;	
}

#menu ul .sub li{
	font-size:110%;
}


#logo{
	font-size:80%;
	}

#footer {
	text-align:center;
	font-size:80%;
}