/* style.css */

/* GENERAL PURPOSE */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* MAIN */




/* table */
.main_table
{
	width: 679px;
	height: 374px;
}

.main_table_top_row
{
	height: 282;
	vertical-align: top;
}

.main_table_white_cell
{
	height: 10px;
}

.main_table_bottom_row
{
	vertical-align: top;
}

/* main cell and iframe */
.main_cell
{
	width: 494;
	border: solid 1px #CCCCCC;
}

.main_iframe
{
	width: 493;
	height: 350;
}

/* white space at the right */
.main_white_cell
{
	width: 10px;
	vertical-align: top;
}

.main_right_connectionline
{
	font-size: 1px;
	height: 20px;
	border-bottom: solid 1px #CCCCCC;
}

/* right cell */
.header
{
	font-size: 11px;
	color: #524BA5;
	font-weight: bold;	
}

.main_right_cell
{
	border: solid 1px #CCCCCC;
	width: 173px;
	vertical-align: top;
}

.main_right_header
{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #524BA5;
}

.main_right_content
{
	text-align: left;
	font-size: 10px;
}

/* white space at the bottom */
.main_bottom_connectionline
{
	font-size: 1px;
	width: 20px;
	border-right: solid 1px #CCCCCC;
}


/* bottom cell */
.main_bottom_cell
{
	padding: 9px; 
	border: 1px solid #CCCCCC; 
	border-right: 0px; 
	background-color: #EEF1F7;
}

.main_bottom_cell_last
{
	padding: 9px; 
	border: 1px solid #CCCCCC; 
	background-color: #EEF1F7;
}

.main_bottom_header
{
	font-size: 10px;
	color: #524BA5;
	font-weight: bold;
	BLOCKQUOTE: background: #000033;
}

.main_bottom_readmore
{
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right; 
	color: #524BA5;
}

.main_bottom_text
{
	font-size: 10px;
	color: #353535;
}