#page_table {
	background-color: #FFF;
}
.main_head {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.body_text {
	font-size: 12px;
	color: #666;
}
ul li {
	font-size: 10px;
	color: #06F;
}
.left_panel {
	background-color: #DFEAFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 180px;
}
.sub_head {
	font-size: 14px;
	font-weight: bold;
	color: #00C;
}
ul li a:link, ul li a:visited {
	color: #06F;
	text-decoration: none;
}
ul li a:hover {
	color: #00F;
	text-decoration: underline;
}
.body_text a:link, .body_text a:visited {
	color: #666;
	text-decoration: none;
}
.body_text a:hover {
	color: #00C;
	text-decoration: underline;
}
