.content_frame h1 {
	font-size: 22px;
	margin-bottom: 18px;
	color: #204a87;
}
.content_frame h2 {
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: 10px;
}
.content_frame h3 {
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 8px;
}
.content_frame h4 {
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 8px;
	text-align: center;
}
.content_frame h5 {
	font-size: 12px;
	padding-bottom: 8px;
	color: #808080;
}
.content_frame h6 {
	font-size: 12px;
	padding-bottom: 8px;
	color: #ef2929;
}
.content_frame p {
	font-size: 12px;
	text-align: justify;
	padding-bottom: 8px;
}
.content_frame table {
	width: 100%;
	border-collapse: separate;
}
.content_frame th {
	font-size: 12px;
	color: #204a87;
	margin: 2px;
	text-align: left;
}
.content_frame th a {
	font-size: 12px;
	color: #204a87;
}
.content_frame th a:hover {
	background-color: #ffffff;
	color: #204a87;
}
.content_frame td {
	font-size: 12px;
	padding: 2px;
}
.content_frame input {
	border: 1px solid #204a87;
}
.content_frame form {
	margin-bottom: 15px;
}
