@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.text_main {
	font-size: 12px;
	line-height: 17px;
	color: #333;
}
.text_main a:link {
	color: #cc3333;
	text-decoration: none;
}
.text_main a:visited {
	color: #cc3333;
	text-decoration: none;
}
.text_main a:active {
	color: #fff;
	text-decoration: none;
	background-color: #cc3333;
}
.text_main a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cc3333;
}

.text_main_red {
	font-size: 12px;
	line-height: 17px;
	color:#B42025;
}
.text_main_red a:link {
	color: #B42025;
	text-decoration: none;
}
.text_main_red a:visited {
	color: #B42025;
	text-decoration: none;
}
.text_main_red a:active {
	color: #fff;
	text-decoration: none;
	background-color: #B42025;
}
.text_main_red a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #B42025;
}

.text_main_red_header {
	font-size: 16px;
	line-height: 21px;
	color:#B42025;
	font-weight:bold
}
.text_main_red_header a:link {
	color: #B42025;
	text-decoration: none;
}
.text_main_red_header a:visited {
	color: #B42025;
	text-decoration: none;
}
.text_main_red_header a:active {
	color: #fff;
	text-decoration: none;
	background-color: #B42025;
}
.text_main_red_header a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #B42025;
}

.text_main_header {
	font-size: 16px;
	line-height: 21px;
	color: #174399;
	font-weight:bold
}
.text_main_header  a:link {
	color: #cc3333;
	text-decoration: none;
}
.text_main_header  a:visited {
	color: #cc3333;
	text-decoration: none;
}
.text_main_header  a:active {
	color: #fff;
	text-decoration: none;
	background-color: #cc3333;
}
.text_main_header  a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cc3333;
}
