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