@charset "utf-8";
/* CSS Document */
a:link { text-decoration: none; color: ##000000 } 
a:active { text-decoration: none } 
a:visited { text-decoration: none } 
a:hover { text-decoration: none; color: #FFFFFF} 
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .2px;
	font-weight: bold;
}

