﻿body
{
    border: 0px;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

.Head
{
    width:1000px;
    margin:0px auto;
}

.HeadCenterTable
{
	margin-bottom:0px;
    float:left;
    width:100%;
    background-image: url(Image/HeadBG.gif);
    background-repeat: repeat-x; 
}

.HeadCenterTable2
{
    height:30px;
    margin: 0 200px;
	font-size:12px;
}

.HeadRightTable
{
    float:left;
	margin-bottom:0px;
	margin-left:-200px;
    background-image: url(Image/HeadBG.gif);
    background-repeat: repeat-x;
    text-align:right;
}

.HeadRightTable2
{
    width: 200px;
    height: 30px;
}

.HeadLeftTable
{
    float:left;
	margin-bottom:0px;
    margin-left:-1000px;
    background-image: url(Image/HeadBG.gif);
    background-repeat: repeat-x;
}

.HeadLeftTable2
{
    width: 200px;
    height: 30px;
}

.Body
{
    width:1000px;
    margin:0 auto;
    margin-top:0px;
}

.BodyCenterTable
{
    float:left;
    width:100%;
    margin-top:5px;
}

.BodyCenterTable2
{
    background-repeat: no-repeat;
    background-image: url(Image/BG1000.gif);
}

.Foot
{
	float:left;
    width:1000px;
    margin:0 Auto;
    POSITION: relative;
}

.FootCenterTable
{
	margin-top:5px;
    float:left;
    width:100%;
    background-image: url(Image/FootBG.gif);
    background-repeat: repeat-x;   
    text-align:center; 
}

.FootCenterTable2
{
    height:30px;
    margin: 0 200px;
	font-size:12px;
}

.FootRightTable
{
	margin-top:5px;
    float:left;
    margin-left:-200px;
    background-image: url(Image/FootBG.gif);
    background-repeat: repeat-x;
    text-align:right;
}

.FootRightTable2
{
    width: 200px;
    height: 30px;
	font-size:12px;
}

.FootLeftTable
{
    float:left;
	margin-top:5px;
    margin-left:-1000px;
    background-image: url(Image/FootBG.gif);
    background-repeat: repeat-x;    
}

.FootLeftTable2
{
    width: 200px;
    height: 30px;
	font-size:12px;
}







.baloon
{
    width : 300px;
    height:auto;
	font-size:12px;
}

.Name
{
	font-size:12px;
}

.BaloonLeft
{
	width : 100px;
	height: 100px;
	float : left;
	font-size:12px;
}

.BaloonRight
{
	width : 200px;
	height: 100px;
	float :left;
	font-size:12px;
}

.tooltip {
	background-color:#ffffff;
	font-size: 12px;
	padding: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	border:1px #000000 solid;
}


