/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-decoration:none;
	text-align: left;
	color:#666;
}
a:link {
	text-decoration: none;
	color: #666;
	-webkit-transition: 0.4s ease-out;

}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.red_nolink {color: red;  font-weight:bold;}

.bodytext { padding-right:20px;}

.nav { font-weight:bold;}


.leftcol { width:125px;}

.midcol { width:125px;}

.rightcol { width:125px;}
