/* CSS Document */

body {
	background-color: #8caece;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #000046;
	line-height: 16px;
}
td {
	font-size: 13px;
	color: #000046;
	line-height: 16px;
}
A {
	text-decoration: none;
}
A:link {
	color: #880051;
	text-decoration: none;
}
A:active {
	color: #c01474;
}
A:visited {
	color: #c01474;
}
A:hover {
	color: #c01474;
	text-decoration: underline;
}


.red-l {
	font-size: 15px;
	color: red;
	line-height: 18px;
	font-weight: bold;
}
.red-m {
	font-size: 13px;
	color: red;
	line-height: 16px;
}
.red-s {
	font-size: 10px;
	color: red;
	line-height: 14px;
}
.bl {
	font-size: 15px;
	color: #000046;
	line-height: 18px;
	font-weight: bold;
}
.bm {
	font-size: 13px;
	color: #000046;
	line-height: 16px;
}
.bs {
	font-size: 10px;
	color: #000046;
	line-height: 14px;
}