/* CSS Document */
A.white_link{
	font-family:Tahoma, Garamond;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}
A.white_link:hover{
	font-family:Tahoma, Garamond;
	font-size:9px;
	color:#ffffff;
	text-decoration:underline;
}
A.red_link{
	font-family:Tahoma, Garamond;
	font-size:9px;
	color:#f50000;
	text-decoration:none;
	font-weight:bold;
}
A.red_link:hover{
	font-family:Tahoma, Garamond;
	font-size:9px;
	color:#f50000;
	text-decoration:underline;
	font-weight:bold;
}
A.bottom_link{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#196A9B;
	text-decoration:none;
	font-weight:bold;
}
A.bottom_link:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#196A9B;
	text-decoration:underline;
	font-weight:bold;
}
.tiny_red{
	font-family:Tahoma, Garamond;
	font-size:9px;
	color:#f50000;
	font-weight:bold;
}
.tiny_white{
	font-family:Tahoma, Garamond;
	font-size:9px;
	color:#ffffff;
}
.tiny_white_big{
	font-family:Tahoma, Garamond;
	font-size:11px;
	color:#ffffff;
}
.tiny_white_big_bold{
	font-family:Tahoma, Garamond;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}