div.outframe
{
	width: 838px;
	background-color: white;
	border-style:solid;
	border-color:#990000;
	border-width: 1px;
	font-size:9pt;
	text-align:center;
	margin:0;
	padding:0;
}

div.div_center
{
	text-align:center;
	width: 100%;
	float:none;	
}

div.div_top_left
{
	margin:0px 0px 5px 0px;
	text-align:left;
	width: 100%;
}

div.div_left
{
	margin:5px 0px 0px 10px;
	width: 545px;
	float:left;	
	text-align:left;
	/*border-right: 1px solid #CCCCFF;*/
}

div.div_right
{
	padding : 0px 5px 0px 5px;
	margin: 5px 0px 0px 0px;
	float:right;
	text-align:center;
	width:260px;
	border-left: 1px solid #CCCCFF;
}

div.div_footer
{
	width: 100%;
	text-align:center;
	font-size:9pt;
	background-color: #FFFFCC;
	clear:both;
}

div.div_source
{
	padding:0.5em;
	margin: 0em;
	width: 540px;
	background-color: #FFFFCC;
	font-size:9pt;
}

div.div_desc
{
	margin: 0em;
	width: 540px;
	background-color: white;
	font-size:11pt;
	line-height: 130%;	
}

table.ctitle
{
	width: 100%;
	margin: 0em;
	color: white;
	border-style:solid;
	border-color:#990000;
	border-width: 1px;	
	background-color: #990000;
}

table.ctitle td.title
{
	font-family: sans-serif;
	font-weight: bold;
	font-size:19pt;
	filter: Glow(color=red);
	padding: 0px;
}

table.ctitle td.search
{
	font-size:9pt;
	padding: 0px;	
}

