/* CSS Document */
table{
	font-family:Arial;
}

.footer{
	font-size:11px;
	text-align:center;
}

.footer a{
	color:#666;
	text-decoration:none;
}

.footer a:hover{
	color:#999;
	text-decoration:underline;
}

.content_div{
	width:491px;
	height:450px;
	overflow:scroll;
}

.title{
	font-size:24px;
	color:#18A228;
	font-weight:bold;
	padding:35px 50px 35px 50px;
}

.text{
	font-size:12px;
	padding:0px 50px 20px 50px;
	line-height:1.4;
}