/* 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; width:550px; vertical-align:top; }



.nav { font-weight:bold;}

.maintable { width:980px; border:0;}

.contenttable { width:550px;}



.leftcol { width:125px;}



.midcol { width:125px;}



.rightcol { width:125px;}