/* CSS Document */

/* News */

#content .news_block
{

}

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

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

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

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

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

#content .content
{
	display: none;
}

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

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

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

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

#content #print_link
{
	margin-left: 350px;
	margin-bottom: 5px;
}

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

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

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

#content #return_link
{
	margin-left: 350px;
}

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

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

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