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

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0093d3;
	line-height: 18px;
}
.body_cyan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0093d3;
	text-align: center;
	line-height: 18px;
	}
	.linkbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #0093d3;
	line-height: 18px;
	text-decoration: none;
}
.linkbold:visited {
	text-decoration: none;
	color: #0093d3;
	font-size: 12px;
	line-height: 18px;
}
.linkbold:hover {
	text-decoration: none;
	color: #5B5B5B;
	font-size: 12px;
	line-height: 18px;
}
.largelinkbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0093d3;
	line-height: 18px;
	text-decoration: none;
}
.largelinkbold:visited {
	text-decoration: none;
	color: #0093d3;
	font-size: 16px;
	line-height: 18px;
}
.largelinkbold:hover {
	text-decoration: none;
	color: #5B5B5B;
	font-size: 16px;
	line-height: 18px;
}
