﻿/*----------通用.begin------------*/
body
{    
    margin:auto;
    text-align:center;
    font-size:12px;
    font-family:'宋体';
    background-color:#dddddd;
}
*
{
	font-family:'宋体';
}

a:link
{
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
}
a:visited
{
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
	color:Red;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
	color:Red;
	text-decoration:underline;
}

a.yellow:visited
{
	color:yellow;
	text-decoration:none;
	font-size:12px
}
a.yellow:link
{
	color:yellow;
	text-decoration:none;
	font-size:12px
}
a.yellow:hover
{
	color:#FFFFFF;
	font-size:12px
}

.text12px
{
    font-size:12px;
}

.text14px
{
    font-size:14px;
}

.text16px
{
    font-size:16px;
}

.text18px
{
    font-size:18px;
}

.lh_120
{
    line-height:120%;
}

.lh_150
{
    line-height:150%;
}

.lh_170
{
    line-height:170%;
}

.bold
{
    font-weight:bold;
}

.underline
{
    text-decoration:underline;
}

.shadow
{
	filter:DropShadow(Color=#000000,offx=1,offy=1,positive=true);
	font-size:12px;
}

.alignleft
{
    text-align:left;
}
.aligncenter
{
    text-align:center;
}
.alignright
{
    text-align:right;
}
.valignmiddle
{
    vertical-align:middle;
}
.valigntop
{
    vertical-align:top;
}
.valignbottom
{
    vertical-align:bottom;
}



/*----------通用.end------------*/