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


#subsa {
	float: right;
	background: #FFFFFF;
	margin-top: 0px;
}
#subsa ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background: #FFFFFF;
	}
#subsa ul li {
	padding-left: 15px;
	margin-bottom: 10px;
	height: 25px;
	}
#subsa ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 15px;
	text-align: justify;
	}
#subsa ul li a:hover {
	color: #EF4223;
	text-decoration: none;	
	}
	
#subs {
	float: right;
	background: #FFFFFF;
	margin-top: 20px;
}
#subs ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background: #FFFFFF;
	}
#subs ul li {
	padding-left: 15px;
	margin-bottom: 10px;
	height: 25px;
	}
#subs ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 15px;
	text-align: justify;
	}
#subs ul li a:hover {
	color: #EF4223;
	text-decoration: none;	
	}
.plays {
	color: #CE1810;
	font-size: 1.45em;
	}	
.subsbold {
	font-weight: bold;
}

