/* CSS Document */

body{
	text-align:center;
	margin:0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}

.outline{
	width:594px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFF;
	border:1px;
}

h1{}
h2{}
h3{ color:#6a678d;font-size:15px;margin:0px; }
h4{	color:#8d8ab8;font-size:13px;margin:0px;}
h5{}

p{ margin:7px 0px;}

.seperate{
	border-bottom:1px dotted #d7d7d7;
	margin:3px 0px 3px 0px;
}

.header{
	margin-top:10px;
}

.header .headerL{
	float:left;text-align:left;
}

.header .headerR{
	float:right;margin-top:25px;text-align:right;
}

.header .headerR_top{
	color:#313f73;
}

.header .headerR_top a{
	color:#313f73;text-decoration:none;
}

.header .headerR_top a:hover{
	color:#313f73;text-decoration:underline;
}

.header .headerR_bottom{
	color:#656565;
}

.header .headerR_bottom a{
	color:#656565;text-decoration:none;
}

.header .headerR_bottom a:hover{
	color:#656565;text-decoration:underline;
}

.channel{
	
}

.channel .channelL{
	float:left;
}

.channel .channelR{
	float:right;width:109px;
}

.channel .channelR img{
	border:0px;
}

.content{
	text-align:left;
}

.content .contentL{
	float:left;width:289px;
}

.content .contentL .header{
	margin-bottom:5px;
}

.content .contentL .box01{
	float:left;width:90px;
}

.content .contentL .box02{
	float:left;width:90px;margin-left:9px;
} 

.content .contentL .box01 img{
	margin-bottom:7px;
}

.content .contentL .box02 img{
	margin-bottom:7px;
}

.content .contentL .title{
	color:#0000cc;font-size:12px;
	margin-bottom:2px;
}

.content .contentL .title a{
	color:#0000cc;text-decoration:none;
}

.content .contentL img{
	border:0px;
}

.content .contentR{
	float:left;margin-left:8px;color:#646161;
}

.content .contentR .program_content{
	padding:10px;
}

.content .contentR .program_content a{
	color:#646161;text-decoration:none;
}

.content .contentR .program_content .proContentL{
	float:left;width:130px;
	margin-right:20px;
	
}

.content .contentR .program_content .proContentR{
	float:left;width:125px;
	text-align:left;	
}

.content_inner{
	color:#696666;
	margin:5px;text-align:left;	
}

.content_inner a{
	color:#696666;text-decoration:none;
}

.footer{
	margin-top:25px;color:#888;
}

.footer a{
	color:#888;text-decoration:none;
}

