@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0;
}

a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #005588;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #005588;
	font-weight: bold;
	text-decoration: none;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	margin-top: 0px;
	text-align:left;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align:top;
	text-align:left;	
}
p.content_header1{
	font-size: 22px;
	font-weight:bolder;
}
p.content_header2{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:0px;
}
.bg_frame_top{
	background-image: url(../images/GIF/back_frame_top.gif);
	width:800px;
	height:150px;
	line-height: 15px;
}
.bg_frame_middle{
	background-image: url(../images/GIF/back_frame_middle.gif);
	background-repeat:repeat-y;
	width:800px;
	line-height: 15px;
}
.bg_frame_bottom{
	background-image: url(../images/GIF/back_frame_bottom.gif);
	width:800px;
	height:22px;
	line-height: 15px;
}
.bg_frame_middle_dots{
	background-image: url(../images/GIF/back_frame_middle_dot.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	vertical-align:bottom;
	text-align:left;
	width:100px;
	height:380px;
	line-height: 15px;
}
.menufont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #000000;
}
.menufont A:link {
	color: #000000;
}
.menufont A:visited {
	color: #000000;
}
.menufont A:hover {
	color: #DD0000;
	text-decoration:none;
}
.menufont A:active {
	color: #DD0000;
	text-decoration:none;
}
.copyrightfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.profilefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #222222;
	margin-bottom:2px;
}

.contant_align{
	vertical-align:top;
	text-align:center;
}