body {
 font-family : Arial, Helvetica, "Century Gothic",sans-serif;
 font-size: 13pt;
 background-color: #636467;
 line-height: 1.6em;
 color: #ccc;
}
h2 { font-size: 15pt; font-weight: bold; }
img { border: 0px none; }
table { margin: auto; }
td { text-align: left; }

.error_text {
	color: #f99;
}
.footnote {
	text-align:left;
	font-size: 12px;
}
#header_frame {
	padding: 20px 20px 20px 20px;
	margin:auto;
	width:940px;
	background-color: #fff;
	color: #636467;
}
#header_frame img {
	border-top: 3px solid #000;
/*	border-bottom: 38px solid #000;*/
	border-bottom: 1px solid #000;
}
#menu_bar_h {
	padding: 5px 20px 12px 20px;
	background-color: #000;
	height: 20px;
	width: 900px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
#menu_bar_h a {
	text-decoration: none;
	color: #ccc;
	font-size: 13px;
}
#menu_bar_h a:hover {
		color: #fff;
}
#content_frame {
	padding: 10px 20px 10px 20px;
	margin:auto;
	width:940px;
	margin-bottom:-20px;
	background-color: #fff;
	color: #636467;
	text-align: center;
}

#temp_menu { font-size: 12px; text-align: left; }

#temp_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
}
#temp_menu ul li {
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}
#temp_menu ul li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#temp_menu ul li ul li {
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}
#temp_menu ul li ul li ul {
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}

.footer_line {
/*	position: absolute;*/
/*	bottom: 0px;*/
	padding-top: 5em;
	font-size: 10px;
	clear: both;
}
a { color: #006699; text-decoration: none; }
a:hover { color: #DB8606; text-decoration: none; }
/*a:active { color: #006699; text-decoration: none; }
a:visited { color: #006699; text-decoration: none; }
a:link { color: #c2cd23; }
a:hover { color: #c2cd23; }
a:active { color: #c2cd23; }
a:visited { color: #c2cd23 *//*#ffd200;*//*; }*/
