/* CSS Document */
#border
{
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	padding: 8px;
}
.body_text
{
	font-size:13px;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}
.title_text
{
	font-size:16px;
	color:#64222d;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}
.emph_text
{
	font-size:16px;
	color:#0057b5;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}

