@charset "utf-8";
#text:hover {
	color: #0000FF;
}
#text:link {
	text-decoration: none;
	color: #0000FF;
}
#text:active {
	text-decoration: none;
}
#text:visited {
	color: #0000FF;
	text-decoration: none;	
}
#text {
	font-size: 12px;
}


#textmenu:hover {
	color: #333333;
}
#textmenu:link {
	text-decoration: none;
	color: #333333;
}
#textmenu:active {
	text-decoration: none;
}
#textmenu:visited {
	color: #333333;
	text-decoration: none;
}
#textmenu {
	font-size: 12px;
}


#textdownbr:hover {
	color: #666666;
}
#textdownbr:link {
	text-decoration: none;
	color: #666666;
}
#textdownbr:active {
	text-decoration: none;
}
#textdownbr:visited {
	color: #666666;
	text-decoration: none;
}
#textdownbr {
	font-size: 10px;
}

