﻿
body,div,ul,li
{
    margin:0px;
    padding:0px;
    }
img {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

body
{
    font-family:Times New Roman,宋体;
    font-size:12px;
    color:#555555;
}

.Out
{
    width:1000px;
    margin:0 auto;
    }
.TopBar
{
    width:1000px;
    float:left;
    height:24px;
    }

.Header
{
    width:1000px;
    float:left;
    height:101px;
    }    
    
    .Nav
    {
    	width:1000px;
		float:left;
    }
  
.Body
{
width:1000px;
    float:left;
    }
.Footer
{
    width:1000px;
    float:left;
    }
 

a:link
{
	color: #666666;
	text-decoration:none;
}
a:hover
{
	color: #FB7F2B;
	text-decoration:none;
}
a:visited
{
    color: #666666;
    text-decoration:none;
    }




.displaynone
{
    display:none;
    }
.displayblock {
    display: block;
}