﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    margin: 0px; 
    padding: 0px; 
    width:100%;
}
.display_center
{
	float:left;
	width:100%;
	text-align:center;
}
div.all
{
	float:none;
	margin-left:0px;
	width:800px;
	height:auto;
	text-align:left;	
}
div.all div.head { 
    float:left; 
    width:100%; 
    height:auto; 
    border-width: thick;
    border-color:Black;
} 
div.all div.head div.mainpic
{
	float:left;
	width:200px;
	height:auto;
	margin-top:8px;
	margin-left:3px;
}
div.all div.head div.headtop
{
	float:right;
	width: 390px;
	height:25px;
	margin-top:0px;
}	
div.all div.head div.headtop div.headtop_body
{
	float:left;
	width:100%;
	margin-top:2px;
}
div.all div.head div.headtop .leadterm
{
	float:right;
	vertical-align:bottom;
	width:auto;
	height:20px;
}
.leadterm ul
{
	 font: 	#000000;
}
.head .headbottom 
{
	float:right;
	width:430px;
	height:auto;
	margin-top:20px;
}

div.all div.content_left
{
	float:left;
	width:24%;
	height:auto;
	margin-top:30px;
}

div.all div.content_right
{
	float:right;
	width:72%;
	height:auto;
	margin-top:30px;
}

.Td_Text
{
	text-decoration:underline;
	
}
div.pagefoot
{
	width:100%; 
	position: relative; top: 10px;	
}


table.sp_bottom
{
	float:left;
	width:100%;
	height:auto;	
	margin-top:8px;
	border-top: #E0E0E0 1px solid;
	font-size:10pt;
}
table.sp_bottom td.sp_bottom_td
{
	float:left; 
	width:100%; 
	height:25px; 
	vertical-align: middle; 
	text-align: center;
}

table.sp_bottom td.sp_bottom_td a
{
    color:Black;
    text-decoration:none;
}
table.sp_bottom td.sp_bottom_td a:hover
{
	color:Red;
    text-decoration:underline;
}