﻿a:visited
{
	text-decoration:none;
	color:#000000;
}
a:link
{
	text-decoration:none;
	color:#000000;
}
a:hover
{
	text-decoration:underline;
	color:#069ae0;
}

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;
}

.text12_120
{
	font-size:12px;
	font-family:宋体;
	line-height:120%;
}
.text12_130
{
	font-size:12px;
	font-family:宋体;
	line-height:130%;
}
.text12_150
{
	font-size:12px;
	font-family:宋体;
	line-height:150%;
}
.text14_150
{
	font-size:14px;
	font-family:宋体;
	line-height:150%;
}
.text12_170
{
	font-size:12px;
	font-family:宋体;
	line-height:170%;
}
.text14_170
{
	font-size:14px;
	line-height:170%;
}

.lh150
{
	line-height:150%;
}

.lh170
{
	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;
}

.btn
{
    font-size:12px;
    color:#174B73;
    border:solid 1px #98B1C8;
    padding:2px;
    height:21px;
    letter-spacing:1px;
    background-image:url(../../Images/Frontal/btnbg.gif);
}

.input
{
    font-size:12px;
    padding:2px;
    height:15px;
    background-image:url(../../Images/Frontal/inputbg1.gif);
    border:solid 1px #cccccc;
}

.area
{
    font-size:12px;
    padding:2px;    
    border:solid 1px #174B73;
}

.pageToBox
{
	font-size:12px;
	border-width:1px;
	width:25px;
	height:12px;
	border-color:#eeeeee;
}

.pageToButton
{
	font-size:12px;
	border-width:1px;
	height:16px;
	background-color:#f5f5f5;
	border-color:#dddddd;
	border-style:solid;
}