a {
	color: #333333;
	text-decoration: none;
}

A:HOVER {
	color: #ACB502; 
 	text-decoration: none;
}

a.on {
	color: #ACB502;
}

A.on:HOVER {
	color: #000000; 
 	text-decoration: none;
}

.nav {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	line-height: 18px;
}

.content {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
}

.contentsmall {
	font-size: 9px;
	color: #999999;
}


.content1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}

.content2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 14px;
}

.on {
	font-weight: bold;
	color: #ACB502;
}

.footer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	line-height: 14px;
}


