@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #35474f;
	line-height: 150%;
}
body {
	background-color: #e8f3f6;
}
a:link {
	color: #25b9de;
	text-decoration: none;
	border-bottom:1px dotted #25b9de;
	padding-bottom:3px;
}
a:visited {
	color: #25b9de;
	text-decoration: none;
	border-bottom:1px dotted #25b9de;
	padding-bottom:3px;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom:1px dotted #CC0000;
	padding-bottom:3px;
}
a:active {
	text-decoration: none;
	border-bottom:1px dotted #25b9de;
	padding-bottom:3px;
}

.style1 {color: #CC0000}

.form_field{
	border:1px solid #999999;
	font-family:tahoma;
	color:#666666;
}

.big_blue {
	font-family:tahoma;
	font-size:14px;
	color:#44566C;
}

.very_big_blue {
	font-family: Arial,tahoma;
	font-size:30px;
	color:#44566C;
}

.big_red {
	font-family:tahoma;
	font-size:14px;
	color:#CC0000;
	line-height:130%;
}

._red {
	font-family:tahoma;
	font-size:12px;
	color:#CC0000;
	line-height:130%;
}

.big_red2 {
	font-family:tahoma;
	font-size:16px;
	color:#CC0000;
	line-height:130%;
}

.big_blue {
	font-family:tahoma;
	font-size:14px;
	color:#44566C;
	line-height:130%;
}

.off_link{
	font-family: Tahoma;
	font-size: 12px;
	color:#CCCCCC;
}