@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 19px;
	background-color: #FFF;
}
.color_green {
	color: #33a649;
}
.color_red {
	color: #e62d7c;
}
.color_yellow {
	color: #fbc511;
}
.title {
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 6px;
	font-size: 11px;
}
.text {
	font-size: 11px;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 1px;
	letter-spacing: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0967B5;
	text-decoration: underline;
}
