﻿.p_xx_large {
	font-size: xx-large;
	line-height:150%
}

.p_x_large {
	font-size: x-large;
	line-height:150%
}

.p_large {
	font-size: large;
	line-height:150%
}

.p_medium {
	font-size: medium;
	line-height:150%
}

.p_small {
	font-size: small;
	line-height:150%
}

.p_x_small{
	font-size: x-small;
	line-height:150%
}

.p_xx_small{
	font-size: xx-small;
	line-height:150%
}

.p1 {
	LINE-HEIGHT: 180%;
}

.font_son_12{
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
}

.font_son_14 {
	font-size: 14px;
	font-family: 宋体;
}

.white{
	color: #ffffff;
}

.gray_1{
	color: #F0F0F0;
}
.gray_2{
	color: #CCCCCC;
}
.gray_3{
	color: #C0C0C0;
}
.gray_4{
	color: #999999;
}
.gray_5{
	color: #808080;
}
.gray_6{
	color: #666666;
}
.gray_7{
	color: #333333;
}

.black{
	color: #000000;
}

.font_red {
	color: #FF0000;
}

.font_orange {
	color: #FF6600;
}

.border_none {
	border-style: none;
}

body {
	margin: 0px;
}

.paragraph_line_space_16 {
	line-height: 16px;
}

.paragraph_line_space_22 {
	line-height: 22px;
}

.font_bold {
	font-weight: bold;
}

.text_align_center{
	text-align: center;
}

.background_red {
	background-color: #cc0033;
}

.border_gray_3 {
	border: 1px solid #C0C0C0;
}
.border_red {
	border: 1px solid #cc0033;
}
.background_gray {
	background-color: #F0F0F0;
}

.a1 {
	color: #000000;
	text-decoration: none;
}
.a1:visited {
	color: #000000;
}
.a1:active {
	color: #000000;
}
.a1:hover {
	color: #ff0000;
}

.a2 {
	color:black;
	text-decoration: none;
}
.a2:visited {
	color:black;
}
.a2:active {
	color:black;
}
.a2:hover {
	color:white;
}

.a3 {
	color:#FF0000;
	text-decoration: none;
}
.a3:visited {
	color:#FF0000;
}
.a3:active {
	color:#FF0000;
}
.a3:hover {
	color:#FF0000;
}