/* CSS Document */

.section_container
{
	font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #01367C;
	border-left: 1px solid #FD8225;
	border-bottom: 1px solid #FD8225;
	padding-left: 5px;
	margin: 10px 0;
}

.section_title
{
	width: 100%;
	border-left: 1px solid #FD8225;
	border-bottom: 1px solid #FD8225;
	margin-bottom: 10px;
}

.section_title h1
{
	font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #01367C;
	padding: 0 0 0 5px;
	margin: 0;
}

.section_title_link
{
	font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #01367C;
	text-align: right;
}

.section_title_link a:link, .section_title_link a:visited
{
	color: #FD8225;
	text-decoration: none;
}

.section_title_link a:hover, .section_title_link a:active
{
	color: #01367C;
	text-decoration: none;
}
