#site_layout {
	height: 100%;
	width: 100%;
	padding-top: 30px;
}
#content_box {
	background-color: #FFF;
	height: 520px;
	width: 859px;
	overflow: auto;
}

* {
	margin: 0 auto;
	text-decoration: none;
}


A img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#home_page {
	background-color: #0179FF;
}

#flashcontent {
	height: 100%;
}
#content_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	text-align: justify;

}
#site_layout #Table_01 tr td #content_box #content_font p a {
	color: #0078FF;
	font-weight: bold;
}

