@charset "UTF-8";
/* CSS Document */

.links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
.font-white-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	font-weight: bold;
}
.font-white-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	font-weight: normal;
}
.font-gray-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	font-weight: normal;
}
.links  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000DD;
	line-height: normal;
	text-decoration: underline;
}
.links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000dd;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
.links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff33cc;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
.links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000dd;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
.font-reg-pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF33CC;
}
.font-reg-pink-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF33CC;
}
.font-gray-dk-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	font-weight: normal;
}
.font-small-pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF33CC;
}
