/* CSS Document */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.tahoma12
{
	font-family:Tahoma;
	font-size:12px;
}
.tahoma12bold
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.tahoma12White
{
	font-family:Tahoma;
	font-size:12px;
	color:#FFF
}
.tahoma12boldWhite
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFF
}