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

.htmlBoxWrapper { }
.htmlBoxWrapper .htmlBox { 
	position: relative; 
	min-height: 100px; 
	height: auto !important; 
	height: 100px; 
}

.htmlBoxWrapper .htmlBox .title { 
	color: #bb1f11;
	font: bold 2.15em Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	margin: 0 0 .5em; 
}

.htmlBoxWrapper .htmlBox .html { 
	font-size: 1.15em;
	line-height: 1.35em;
	padding: 0; 
}

.htmlBoxWrapper .htmlBox .html a { 
	color: #0060ff;
	text-decoration: none;
}

.htmlBoxWrapper .htmlBox .html .half { 
	width: 48%; 
}

.htmlBoxWrapper .htmlBox .html .inactive { 
	display: none; 
}

.htmlBoxWrapper .htmlBox .html h2 { 
	font-size: 1.65em; 
	color: #628583; 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	margin-bottom: .25em;
}

.htmlBoxWrapper .htmlBox .html p { 
}

.htmlBoxWrapper .htmlBox .html ol,
.htmlBoxWrapper .htmlBox .html ul { 
	margin: .5em 0; 
}

.htmlBoxWrapper .htmlBox .html ol li, 
.htmlBoxWrapper .htmlBox .html ul li { 
	margin: .3em 0; 
	color: #244;
}

.htmlBoxWrapper table td {
	padding: 0 3.3px;
}

.htmlBoxWrapper hr {
	border: none;
	border-bottom: 1px solid #999;
}