﻿body
{
    font-family: 宋体;
    padding: 0;
    background: #efefef;
    font-size: 12px;
    color: #000;
    margin: 0px 0px 0px 0px;
}

a img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


A:link
{
    color: #ff6633;
    text-decoration: none;
}
A:visited
{
    color: #ff6633;
    text-decoration: none;
}
A:hover
{
    color: #0066ff;
    text-decoration: underline;
}
A:active
{
    color: #0033ff;
    text-decoration: none;
}

#homenews a
{
    color: ghostwhite;
}

#homenews a:hover
{
    color: black;
    border-bottom: #ffffff thin dotted;
    text-decoration: none;
}
#header 
{
	width: 760px;
	font-size: 12px;
}
#header a
{
	font-weight:bold;
	color:#ff6633;
	text-decoration:none;
}
#header a:hover
{
    color:#006699;
}
#divdiv
{
	text-align: right;
	color:White;
}
#divdiv a
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
#divdiv a:hover
{
	color:#ff6633;
}

.AdminZoneDiv
{
    border-right: moccasin thin solid;
    border-top: moccasin thin solid;
    border-left: moccasin thin solid;
    width: 100%;
    border-bottom: moccasin thin solid;
    background-color: floralwhite;
    text-align: center;
}