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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFF6E7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.full_span_comment{
	text-align: center;
	background-color: #FFF6E7;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}


.c_title{
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
padding:2px;
}

.c_body{
font-size:11px;
padding:10px;
overflow: hidden;

}
.c_body img{
margin-right:10px;
margin-bottom:5px;
border:1px solid gray;
float:left;
}

.c_textarea{
width:100%;
overflow:visible;
background: #CCCCCC;
color: #333333;
border:1px solid darkgray;
padding:3px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
}
.module{
margin:10px;
background:#F5F5F5;

}
.c_category{
	background: #FFF6E7;
	color:#000000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
	border-bottom: 1px solid lightgray;
}
.masthead {
	text-align: center;
	color: #000000;
	font-size: 35px;
	line-height: 35px;
vertical-align:middle;
}
.link_textarea{
	background-color: #FFFFCC;
	color:#FF6600;
	border:1px solid lightgray;
	font-size:10px;
	padding:5px;
}
.release_line{
margin-top:10px;
}
.c_body td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding:2px;
	padding-right:10px;
border-bottom:1px solid lightgray;
}