


/* ----- CONTENT ----- */

.content_table
{
	width: 767px;
}

.content
{
	padding: 8px 28px 8px 18px;

	vertical-align: top;
	/*font-size: 12px;
	font: "Lucida Sans Unicode",sans-serif;*/
}

.content h6, h5, h4, h3, h2, h1
{
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin-bottom: 4px;

	font-weight: bold;
	text-align: left;

	color: #424242;
}

.content h6 { font-size: 12px; }
.content h5 { font-size: 14px; }
.content h4 { font-size: 16px; }
.content h3 { font-size: 18px; }
.content h2 { font-size: 22px; }
.content h1 { font-size: 28px; }

.content p
{
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	font-size: 12px;

	margin-bottom: 12px;

	line-height: 14px;
	text-align: left;
}

.content a				{ color: #6b8eb4; text-decoration: underline; }
.content a:visited		{ color: #eba400; text-decoration: underline; }
.content a:hover		{ color: #eba400; text-decoration: underline; }

.content_navigation
{
	font-size: 10px;
	color: #c1c1c1;

	padding-bottom: 10px;
}

.content_navigation a			{ color: #c1c1c1; text-decoration: none; }
.content_navigation a:visited	{ color: #c1c1c1; text-decoration: none; }
.content_navigation a:hover		{ color: #717171; text-decoration: none; }

.content_footer
{
	width: 100%;
	text-align: center;

	padding-top: 20px;
	font-size: 10px;
	vertical-align: middle;
}

.content_footer a 		  { color: #6b8eb4; text-decoration: none; }
.content_footer a:visited { color: #6b8eb4; text-decoration: none; }
.content_footer a:hover	  { color: #6b8eb4; text-decoration: none; }



/* ----- CONTENT SPECIAL FORMS ----- */
