body {
	font-family: Verdana;
	color:#444444;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #4E4E4E;
}
a:link {
	color: #faaa20;
	text-decoration: none;
}
a:visited {
	color:#faaa20;
	text-decoration:none;
}
a:hover {
	color: #faaa20;
	text-decoration:underline;
}
a:active {
	color:#faaa20;
	text-decoration:none;
}

a.footer {
	color: #999999;
	font-weight: bold;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration:none;
}
a.footer:hover {
	text-decoration:none;
	color: #666666;
}
a.footer:active {
	text-decoration:none;
}

a.footer_vod {
	color: #EEEEEE;
	font-weight: bold;
}
a.footer_vod:link {
	text-decoration: none;
}
a.footer_vod:visited {
	text-decoration:none;
}
a.footer_vod:hover {
	text-decoration:none;
	color: #FFFFFF;
}
a.footer_vod:active {
	text-decoration:none;
}

h1 {
	font-size: 16px;
	color:#444444;
	margin: 10px 0;
}
h2 {
	font-size: 14px;
	color:#4F4F4F;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	font-style:italic;
	color:#707070;
	margin: 5px 0;
}
h4 {
	font-size: 11px;
	font-weight:bold;
	color:#97BF0D;
	margin: 5px 0;
}
h5 {
	font-size: 11px;
	font-weight:bold;
	color:#333333;
	margin:0;
}

.alert{
	font-size: 10px;
	color: #999999;
}
.note {
	font-size: 10px;
	color: #666666;
}
.footer {
	font-size: 10px;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.footer_vod {
	font-size: 10px;
	color: #EEEEEE;
	background-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.box {
	padding: 2px;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.box_article {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.box_player_ipad {
	background-color: #F8F8F8;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.box_player_middle {
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.box_player_top {
	background-image: url(images/box_player_top.png);
	height: 5px;
}
.box_player_bottom {
	background-image: url(images/box_player_bottom.png);
	height: 5px;
}
.box_now_playing {
	border: 1px solid #000000;
}

