html
{
	height:100%;
	overflow: scroll;
}
body
{
	background:#E5E5E5;
	margin:0px;
	padding:0px;
	height:100%;
}

.c
{
	text-align:center;
}
.l
{
	text-align:left;
}
.r
{
	text-align:right;
}
a
{
	color:#9e2f39;
	text-decoration:none;
	font-weight:bold;
}
a:Hover
{
	color:#666666;
}



.heading
{
	width:100%;
	height: 95px;
	background-image:url(../images/heading.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

.heading a
{
	color:#999999;
	text-decoration:none;
}
.heading a:Hover
{
	color:#666666;
	text-decoration:underline;
}

.print_line
{

}
.print_line a
{
	color:#999999;
	text-decoration:none;
}
.print_line a:Hover
{
	color:#666666;
	text-decoration:underline;
}


.menu
{
	width:100%;
	height:24px;
	background-image:url(../images/menu_bar.gif);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}
.content_frame
{
	width:996px;
	display:table;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;


}

.content_l
{
	width:8px;
	background-image:url(../images/body_l.gif);
	background-repeat:repeat-y;
}

.content_area
{
	display:block;
	width:978px;
	height:100%;
	float:left;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	background-color:#FFFFFF;
}

.content_area2
{
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
	width:978px;
}

.content_area3
{
	padding:14px;
}

#content_right_old
{
	padding-right:25px;
}
.content_r
{
	padding-left: 25px;
}

.content_line
{
	background-image:url(../images/content_line.gif);
	background-repeat:repeat-x;	
	height: 25px;
}

.left_menu
{
	width:199px;
	background-image:url(../images/menuleft_bg.gif);
	background-repeat:no-repeat;
	background-color:#a2af39;
}

.left_menu_footer
{
	width:211px;
	height:14px;
	background-image:url(../images/left_menu_footer.gif);
}
.footer
{
	width:100%;
	height:24px;
	background-image:url(../images/footer.gif);
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
}
.footer a
{
	color:#ffffff;
	text-decoration: none;
}
.footer a:Hover
{
	color:#ffffff;
	text-decoration: underline;
}
.footer span
{
	margin-left:10px;
	color:#ffffff;
}

form
{
	margin:0px;
	padding:0px;
}
.login_form
{
	background-image:url(../images/bg_login.gif);
	background-repeat:no-repeat;
	width:458px;
	height:82px;
	text-align:left;
}

.login_form .errorLogin
{
	padding-top:11px;
	padding-left:135px;
	color:#CC0000;
	font-size:10px;
}

.login_form .loginFormPos
{
	padding-top:27px;
	padding-left:24px;
}

.form_email
{
	background-color:#ededed;
	border:1px solid #a7a7a7;
	font-size:8pt;
	color:#168baa;
	width:200px;
}
.form_password
{
	background-color:#ededed;
	border:1px solid #a7a7a7;
	font-size:8pt;
	color:#168baa;
	width:110px;
	margin-left:36px;
}

.bar_cell
{
	background-image:url(../images/bar_cell.gif);
	background-repeat:no-repeat;
	width:704px;
	height:82px;
	color:#515151;
	display:table;
}
.bar_comm
{
	background-image:url(../images/bar_comm.gif);
	background-repeat:no-repeat;
	width:248px;
	height:82px;
	color:#515151;
	display:table;
	float:left;
}
.bar_growth
{
	background-image:url(../images/bar_growth.gif);
	background-repeat:no-repeat;
	width:248px;
	height:82px;
	color:#515151;
	display:table;
	float:left;
}
.bar_opp
{
	background-image:url(../images/bar_opp.gif);
	background-repeat:no-repeat;
	width:248px;
	height:82px;
	color:#515151;
	display:table;
	float:left;
}
.bar_spi
{
	background-image:url(../images/bar_spi.gif);
	background-repeat:no-repeat;
	width:248px;
	height:82px;
	color:#515151;
	display:table;
	float:left;
}

.sidemenu
{
	padding-bottom:10px;
	margin-bottom:5px;
	color:#FFFFFF;
}
.sidemenu0
{
	font-size:11pt;
	font-weight:bold;

}
.sidemenu0 a
{
	color:#FFFFFF;
	text-decoration:none;
}
.sidemenu0 a:Hover
{
	color:#FFFFFF;
	text-decoration:underline;
}


.sidemenu1
{
	font-weight:bold;
	font-size:10pt;
}
.sidemenu1 a
{
	color:#FFFFFF;
	text-decoration:none;
}
.sidemenu1 a:Hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.sidemenu_select
{
	font-weight:bold;
	font-size:10pt;
}
.sidemenu_select a
{
	color:#FFFFFF;
	text-decoration:underline;
}
.sidemenu_select a:Hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

hr
{
	height:1px;
	border-top:0px;
	border-bottom:1px dotted #08729a;
}
.error
{
	background-image:url(../images/bg_error.gif);
	background-repeat:repeat-x;
	background-color:#faa5a5;
	border:1px solid #b25e5e;
	padding:7px;
	color:#c44141;
	font-weight:bold;
	margin-bottom:10px;
	
}
.done
{
	background-image:url(../images/bg_done.gif);
	background-repeat:repeat-x;
	background-color:#c2e9b6;
	border:1px solid #64835a;
	padding:7px;
	color:#64835a;
	font-weight:bold;
	margin-bottom:10px;
}

.report_heading
{
	width:100%;
	height:25px;
	line-height:25px;
	margin-bottom:1px;
	background-color:#9e2f39;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
}

.report_list
{
	background-image:url(../images/bg_report.gif);
	background-repeat:repeat-x;
	margin-bottom:15px;
}


.news_headline_block
{
	margin-bottom:25px;
}

.news_headline
{
	font-size:17pt;
	font-weight:lighter;
	line-height:19pt;
	color:#9e2f39;
}
.news_headline a
{
	color:#9e2f39;
	text-decoration:none;
	font-weight:lighter;
}
.news_headline a:Hover
{
	color:#000000;
}
.news_subhead
{
	font-size:11pt;
	font-weight:lighter;
	color:#666666;
	line-height:15pt;
}
.news_date
{
	font-size:8pt;
	font-weight:bold;
	color:#999999;
	line-height:8pt;
	margin-top:6px;
}
.download_area
{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:#d4d4d4;
	border-bottom:8px solid #9e2f39;
	line-height:47px;
}
.download_area a
{
	font-size:13pt;
	font-weight:normal;
}