﻿body 
{
    margin:0px 0px 0px 0px;
    background-image:url(images/bg.gif);
    background-position:center;
    background-repeat:repeat-y;
}
td
{
    font-size:12px;
    font-family:宋体;
}
img
{
    border :0px;
}
a
{
    font-size:12px;
    font-family:宋体;
    color:#000000;
    text-decoration:none;
}
a:hover
{
    font-size:12px;
    font-family:宋体;
    color:#ff0000;
    text-decoration:none;
}
.m a
{
    font-size:12px;
    font-family:宋体;
    color:#ffffff;
    text-decoration:none;
}
.m a:hover
{
    font-size:12px;
    font-family:宋体;
    color:#ff0000;
    text-decoration:none;
}
.dotted_border
{
    border-right: #808080 0px dotted;
    border-top: #808080 0px dotted;
    border-left: #808080 0px dotted;
    border-bottom: #808080 1px dotted;
}
.select
{
	font-size: 12px;
	font-family: Verdana;
	border-right: #ff9966 0px;
	border-top: #ff9966 0px;
	border-left: #ff9966 0px;
	border-bottom: #ff9966 0px;
	background-color: #ffcc66;
	width:170px;
	text-align:center;
}
.dotline
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-left: none;
    border-right: none;
    border-top: none;
}
.noline
{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}