@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}
table {
	font-size:12px;
	color:#3C3C3C;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
}
.title {
font-size:16px;
font-weight:bold;
color:#1EB6B9;
}
a {
	color: #3C3C3C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C3C3C;
}
a:hover {
	text-decoration: none;
	color:#1EB6B9;
}
a:active {
	text-decoration: none;
	color: #3C3C3C;
}
.white_bottom { color:#FFFFFF;}
.blue:link {
font:"";
	font-size: 12px;
	color: #1EB6B9;
	text-decoration: none;
	line-height: 20px;

}
.blue:visited {
font:"";
	font-size: 12px;
	color: #1EB6B9;
	text-decoration: none;
	line-height: 20px; 
}
.blue:hover {
font:"";
	font-size: 12px;
	color: #3C3C3C;
	text-decoration: none;
	line-height: 20px;
}
.blue:active {
font:"";
	font-size: 12px;
	color: #1EB6B9;
	text-decoration:none;
	line-height: 20px;
}