/* CSS Document */

/* News */

#content_content .news_block
{

}

#content_content hr
{
	border: 0px;
	border-bottom: 1px dashed #9b9b9b;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content_content .title
{
	margin-bottom: 10px;
	font-size: 14px;
	color: #B13B4C;
	font-weight: bold;
	text-transform: capitalize;
}

#content_content .title a
{
	color: #B13B4C;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}

#content_content .title a:hover
{
	text-decoration: underline;
}

#content_content .title .date
{
	color: #000000;
	float: right;
	font-weight: bold;
	font-size: 12px;
}

#content_content .summary
{
	text-align: justify;
}

#content_content .content
{
	display: none;
}

#content_content .more_link
{
	margin-top: 10px;
	text-align: right;
}

#content_content .more_link a
{
	color: #830713;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 10px;
	text-decoration: none;
}

#content_content #detail_summary
{
	margin-bottom: 15px;
	font-weight: bold;
	text-align: justify;
}

#content_content #detail_content
{
	margin-bottom: 15px;
	text-align: justify;
}

#content_content #print_link
{
	margin-left: 500px;
	margin-bottom: 5px;
	color:#B13B4C;
}

#content_content #print_link img
{
	margin-right: 5px;
}

#content_content #print_link a
{
	color:#B13B4C;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 10px;
	text-decoration: none;
}

#content_content #print_link a:hover
{
	text-decoration: underline;
}

#content_content #return_link
{
	margin-left: 500px;
	
}

#content_content #return_link img
{
	margin-right: 5px;
}

#content_content #return_link a
{
	color:#B13B4C;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 10px;
	text-decoration: none;
}

#content_content #return_link a:hover
{
	text-decoration: underline;
}