@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #F5F3E7;
	color: #808080;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
	color: #808080;
}
a:hover {
	text-decoration:underline;
	color:#808080;
}
#top {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#top #toptable {
	width: 100%;
}

#top  #globalmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 40%;
	float: left;
	padding-left: 5px;
	font-weight: bold;
}
#top  #logo {
	vertical-align: bottom;
	text-align: right;
}
#top #localmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 2px;
}


#middle {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
#middle #maincontent_left {
	float: left;
	width: 156px;
	margin-right: 10px;
}
#middle #maincontent_right {
	margin-left: 166px;
}


#bottom {
	background-color: #808080;
	width: 645px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}


#bottom a, #bottom a:link, #bottom a:active, #bottom a:visited {
	text-decoration:none;
	color: #FFFFFF;
}


#bottom a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#bottom2 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#middle #clearboth {
	clear: both;
}
.left_box_div {
	padding: 5px;
	width: 144px;
	border: 1px solid #808080;
	font-size: 12px;
}
.redbold {
	color:#FF0000;
	font-weight:bold;
}
.greenbold {
	color:#00FF00;
	font-weight:bold;
}
