#cellLeft {
	background: #DAD2CF url(bg_left.jpg) no-repeat bottom;
}
#cellMain {
	background: url(bg_main.jpg) no-repeat bottom;
	padding: 20px 20px 20px;
	
}
.header01 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.header02 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#topMenu {
	padding-bottom: 8px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AAB5C5;
}

#topMenu a {
	color: #677A98;
	text-decoration: none;
	font-weight: normal;

}
#topMenu a:hover {
	color: #333333;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body a {
	font-weight: bold;
	color: #AAB5C5;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
.border_px_gray {
	border: 3px solid #CCCCCC;
}
