/* CSS Document */



body {
	background-color: #F8F3E7;
}

.border{
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding-top: 10px;
	padding-right: 49px;
	padding-bottom: 20px;
	padding-left: 49px;
}


.banner{
	align: center;
	padding-bottom: 10px;
}

.banner02{
	align: center;
	padding-bottom: 20px;
}

.path{
	font-size: 11.5px;
	line-height: 150%;
	color: #666666;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 8px;
}

.ctitle{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #996600;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 8px;
}

.btitle{
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	color: #333333;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 8px;
}

.ctext{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	vertical-align: top;
	padding-left: 10px;
}

.litext{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 8px;
	margin-left: 12px;
	text-indent: -12px;

}

.tabletitle{
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #996600;
	vertical-align: top;
}
.tablelitext{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	vertical-align: top;
	padding-right: 8px;
	margin-left: 12px;
	text-indent: -12px;
}

.footertext{
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
	vertical-align: top;
	padding-left: 10px;
}

img.middle {
	vertical-align: middle;
}


a.bar:hover{
	color:#ffffff;
	text-decoration: underline;	
}

a:link{
	color: #996600;
	text-decoration: none;
}
	
a:visited{
	color: #880000;
	text-decoration: none;
}

a:hover{
	color: #880000;
	text-decoration: underline;
}	

a:active{
	text-decoration: none;
}	

.copyright{
	font-family:Tw Cen MT;
	font-size: 12px;
	color: #996600;
	text-decoration: none;
}