body {
	font-family: century gothic,Verdana,tahoma;
	font-size: 12px;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #888888;
}
table {
	font-family: century gothic,Verdana,tahoma;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #888888;
}
table a:link {
	text-decoration: none;
	color: #888888;
	-moz-transition: all 0.2s linear 0;
	-webkit-transition: all 0.2s linear 0;
}
table a:visited {
	text-decoration: none;
	color: #888888;
	-moz-transition: all 0.2s linear 0;
	-webkit-transition: all 0.2s linear 0;
}
table a:hover {
	text-decoration: none;
	color: #e4007f;
}
table a:active {
	text-decoration: none;
	color: #990000;
}
.bold_title {
	font-weight: bold;
}
.small {
	font-size: 9px;
}