a, table, tr, td, select, input, form, li, p, textarea { font-size: 12px; color: #3B474F; }

.b8  {  font-size: 8px; color: #422F03;}
.b10  {  font-size: 10px; color: #422F03;}
.b12  {  font-size: 12px; color: #422F03;}
.d10  {  font-size: 10px; color: #7F591D;}
A:link { font-size: 12px; color: #3479B4; TEXT-DECORATION: none}
A:visited{ font-size: 12px; color: #3479B4; TEXT-DECORATION: none}
A:hover{ font-size: 12px; color: #D5639B; TEXT-DECORATION: none}



.footer 
{
	width:97%;
	background-color: #fff;
	color: #666666;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	text-align: left;
	padding: 2px 10px 0 10px;
	clear: both;
}





/* Start Layout and Page Formatting */

.pagelayout
{
	background: #fff;
	position: absolute;
	top: 0px;
	margin:0px 0px 0px 0px;
	width: 770px;
	/*
	left: 50%;	
	margin-left: -375px;
	margin-bottom: 25px;
	width: 750px;
	*/
}

.leftcolumn 
{
	background: url(runTopics/leftcolumn_bg.gif) no-repeat;
	width: 163px;
	float: left;
	margin-left: -1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 100%;
	text-align: left;
}

.rightcolumn 
{
	width: 220px;
	float: right;
	margin-right: -1px;
	padding: 10px;
	text-align: right;
}

.centercolumn 
{
	width:585px;
	padding: 0px;
	margin-left: 175px;
	text-align: left;
}


/* New CSS */



img{
	border:0;
}


#gnavi td.gnevibc01{
	background:url(/run/img/ftbackground.gif) repeat-x;
}

#gnavi td.gnevibc02{
	background:#42698d;
}

#gnavi #copylink td{
	color:#ffffff;
	font-size: 10px;
}

#gnavi #copylink td.tosite a:link,
#gnavi #copylink td.tosite a:visited,
#gnavi #copylink td.tosite a:active{
	padding-left: 8px;
	background:url(/run/img/ftnavi09.gif) no-repeat 0 50%;
	color:#ffffff;
	text-decoration:none;
	font-size: 10px;
	font-weight:normal;
}

#gnavi #copylink td.tosite a:hover{
	padding-left: 8px;
	background:url(/run/img/ftnavi09_o.gif) no-repeat 0 50%;
	color:#F1A0A0;
	text-decoration:none;
	font-size: 10px;
	font-weight:normal;
}



.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
