strong
{
	font-weight:bold;
}
.title
{
	font-size:14px;
	padding: 13px ;
	background: url('../images/title_bar.jpg') repeat-x top center;
	color:#fff;
}
.imgborder
{
	border:1px solid black;
}
.red_horizon
{
	height:5px;
	background:#8f0000;
	display:block;
	margin:5px 0px;
}
.double_horizon
{
	height:5px;
	display:block;
	margin:5px 0px;
	border-top: 1px solid #ccc;
}
.red_inner_horizon
{
	background:#8f0000;
	width:45%;
		height:5px;
	display:block;
}
.show_page_content
{
	padding-left:10px;
}
.show_page_content h1
{
	margin:15px 0px 2px;
	font-size:18px;	letter-spacing: -1px;
	color:#333;
	text-transform:uppercase;
}
.show_page_content h2
{
	margin:15px 0px 2px;
	font-size:16px;	letter-spacing: -1px;
	color:#333;
	text-transform:uppercase;
}
.show_page_content h3
{
	margin:10px 0px;
	font-size:14px;
	color:#333;
	
	text-transform:uppercase;
}
.show_page_content strong
{
	font-weight:bold;
}
.show_page_content ul
{
	margin:5px 0px 5px 10px;
}
.show_page_content ul li
{
	list-style: disc;
	list-style-position: outside;
	list-style-type: disc;
	margin:5px 20px;
}
.show_page_content ol
{
	margin:5px 0px 5px 10px;
}
.show_page_content ol li
{
	list-style: decimal;
	list-style-position: outside;
	margin:10px 20px;
}
.show_page_content ol li ul li
{
	list-style: disc;
	list-style-position: outside;
	list-style-type: disc;
	margin:5px 20px;
}