@import url("common.css");

#container{
	width: 780px;
}

#main{
	width: 740px;
	float:left;
	padding-left:40px;
}

.leftText{
	color:#666666;
}

.leftText a:link, .leftText a:visited, .leftText a:active, .leftText a:hover {
	color:#666666;
	text-decoration: none;
}

.leftText a:hover {
	color:#cc0000;
/*	font-weight:bold;
	text-decoration: none;*/
}

.leftTextSel{
/*	color:#cc0000 !important;*/
	text-decoration: underline !important;
}

.westFont{font-size:120%}
.eastFont{font-size:110%}
