@charset "UTF-8";
body {
	font-family: Tahoma, Veranda, Arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color: #6F7B58;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
.main_table {
	border: 5px solid #FFFFFF;
}
#border_rt_bottom {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#border_lt_bottom {
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
#border_rt {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#border_lt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}
.bold_link {
	
}
.bold_link a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bold_link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}