body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.box {
	padding: 0px;
	border: 1px solid #CCCCCC;
	
}
.sidebar {
	padding-left: 20px;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
.bullet-text {
	font-size: 10px;
	line-height: 16px;
}
.mini-navi {
	font-size: 11px;
}
.navi-fade {
	font-size: 11px;
	color: #CFEFB4; 

}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0033;
	border: 1px solid #000000;
}
.date {
	font-size: 10px;
	color: #666666;
}
.navi {
	color: #FFFFFF;
	background-color: #99ca3c;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
a:link, a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#99CA3C;
	padding-left:2px;
	padding-right:2px;	
}
a:hover {
	color: #000000;
}
.bg01 {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	height: 400px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	overflow: auto;
}
