@import "form.css";
form{
	margin: 0px;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #0033FF;
	text-decoration: underline;
}
body, td, font, div, p, li, input, select, textarea{
	font-family: Arial;
	font-size: 9pt;
}
.radio{
	border: #FFFFFF 1px solid; background: #FFFFFF;
}
img {
	border-width: 0px;
}
#header_table{
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
}
#header_table .text{
	font-size: 9pt;
	color: #595959;
	padding: 10 3 10 3;
}
#top_table{
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
}
#menu_table{
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
}
#footer_table{
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding: 4 0 4 0;
	background-color: #FFFFFF;
}
#footer_table .header{
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #4661D1;
}
#footer_table .text{
	font-size: 8pt;
	color: #676A6D;
}
#middle_table {
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
}
.diff_title {
	color: #C50000;
}
.diff_title_bold {
	font-weight: bold;
	color: #C50000;
}
.button{
	font-weight: bold;
	height: 22px;
	color: #FFFFFF;
	background-color: #3EBBD1;
	border: 1px solid #A3A3A3; 
	font-size: 8pt
}
.middle_bottom_title {
	padding: 2 0 2 0;
	font-size: 12px;
	color: 999999;
}


#author_box {
	width: 204px;
	height: 60px;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
#author_box .image{
	float: left;
	width: 46px;
	height: 45px;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
#author_box img{
	width: 36px;
	height: 45px;
}
#author_box .content{
	float: left;
	width: 158px;
	height: 52px;
	overflow: hidden;
	font: normal 8pt/15px Tahoma;
	color: #595959;
}
#author_box .content .title{
	margin-top: 7px;
	font: normal 8pt/15px Tahoma;
}
#author_box .content .title a {
	color: #595959;
}
#author_box .content .author_name{
	font: bold 8pt/15px Tahoma;
}