/* CSS Document */
body,td,th {
	font-size: 12px;
	}
a {
	font-size: 12px;
	color: #000000;
		text-decoration: none;
}
a:visited {
	color: #000000;
		text-decoration: none;
}
a:hover {
	color: #000000;
		text-decoration: none;
}
a:active {
	color: #000000;
		text-decoration: none;
}
#toptext{
    color:#cfcfcf;
}
#toptext a:link {
	color: #cfcfcf;
	text-decoration: none;
}
#toptext a:visited {
	text-decoration: none;
	color: #cfcfcf;
}
#toptext a:hover {
	text-decoration: none;
	color: #FFFF00;
}
#toptext a:active {
	text-decoration: none;
	color: #cfcfcf;
	}
.lefttext{
    color:#FFFFFF;
}
.lefttext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.lefttext a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.lefttext a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.lefttext a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
.navtext{
	color:#9b9b9b;
}
.navtext a:link {
	color: #9b9b9b;
	text-decoration: none;
	border-bottom:dotted #999999 1px;
}
.navtext a:visited {
	text-decoration: none;
	color: #9b9b9b;
	border-bottom:dotted #999999 1px;
}
.navtext a:hover {
	text-decoration: none;
	color: #FF0000;
	border-bottom:dotted #999999 1px;
}
.navtext a:active {
	text-decoration: none;
	color: #9b9b9b;
	border-bottom:dotted #999999 1px;
	}
.cccc{color: #fa3b3b;}