/* General block rules */

div.introcontainer
{
	background-image: url(images/container_separator.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	float: left;
	margin: 0;
	padding: 12px 28px 12px 26px;
}

/* Specific block rules */

div.introcontainer
{
	width: 423px;
}

div.introcontainer_narrow
{
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0 30px 0;
	width: 219px;
}

/* Block parts rules */

div.container_head
{
	background-image: url(images/right_column_separator.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	padding: 6px 0 6px 0;
	width: 100%;
}

div.container_content
{
	clear: both;
}

div.container_content a:link, div.container_content a:visited, div.container_content_dotted a:link, div.container_content_dotted a:visited
{
	text-decoration: underline;
	color: #000;
}

div.container_content a:hover, div.container_content_dotted a:hover
{
	text-decoration: none;
	color: Red;
}

div.container_content_dotted
{
	background-image: url(images/right_column_separator.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	padding: 10px 0 0 0;
}

div.container_content_dotted p, div.container_content_dotted a:link, div.container_content_dotted a:visited
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.c_toprow div.contanertitlemessage
{
	float: right;
}

c_footer
{
	clear: both;
	margin: 0;
	padding: 0;
}

/* Text */
.containertitle
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.containertitlebig
{
	font-size: 32px;
	font-weight: bold;
}