/* CSS Document */
.home_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
}
.home_font a {
	color: #84A9E6;
	text-decoration: underline;
}
.home_font a:hover {
	color: #F7D128;
	text-decoration: underline;
}
.home_font_slabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.home_font_slabel a {
	color: #84A9E6;
	text-decoration: none;
}
.home_font_slabel a:hover {
	color: #F7D128;
	text-decoration: underline;
}
.home_font_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;	
}
.home_font_bold a {
	color: #FFFFFF;
	text-decoration: none;
}
.home_font_bold a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.home_font_alabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 14px;
}
.home_font_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;	
}
.home_font_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
}
.home_font_larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
}

/* colors */
.yellow {
	color: #F7D128;
}
.yellow a{
	color: #F7D128;
	text-decoration: none;
}
.yellow a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.light_blue {
	color: #84A9E6;
	font-weight: bold;
}
.light_blue a {
	color: #84A9E6;
}
.light_blue a:hover {
	color: #84A9E6;
}

.dark_blue {
	color: #193293;
}

.white {
	color: #FFFFFF;
}
.white a {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* others */
.bold {
	font-weight: bold;
}
.notbold {
	font-weight: normal;
}
.nohover a:hover {
	text-decoration: none;
}
.yellow_link a{
	color: #F7D128;
	text-decoration: underline;
}
.yellow_link a:hover{
	color: #84A9E6;
	text-decoration: underline;
}
.yellow_link_league a{
	color: #F7D128;
	text-decoration: none;
}
.yellow_link_league a:hover{
	color: #F7D128;
	text-decoration: underline;
}
.playlist_link {
	color: #84A9E6;
}
.playlist_link a{
	color: #84A9E6;
	text-decoration: none;
}
.playlist_link a:hover{
	color: #F7D128;
	text-decoration: none;
}
.blue_link a {
	color: #FFFFFF;
	text-decoration: none;
}
.blue_link a:hover {
	color: #84A9E6;
	text-decoration: none;
}


.yellow_no_hover { color: #F7D128; }
.yellow_no_hover a{ color: #F7D128; text-decoration: underline; }
.yellow_no_hover a:hover{ color: #F7D128; text-decoration: underline; }

/* line hights */
.low {
	line-height: 11px;
}
