/* IMC Default Styles */

body {
	background-image: url(/images/background_subpage.gif);
}
.bodytext {
	font-size:11px;
	line-height:16px;
	font-family:verdana;
	color:#999999;
}
.hometext {
	font-size:11px;
	line-height:20px;
	font-family:verdana;
	color:#999999;
}
.copyright {
	font-size:9px;
	font-family:verdana;
	color:#999999;
	margin-top: 8px;
}
.footer {
	font-size:10px;
	line-height:13px;
	font-family:verdana;
	color:#999999;
	margin-top: 40px;
}
a:link {
	color: #999999;
	}
a:visited {
	color: #003366;
	}
a:hover {
	color: #4F6BB2;
	text-decoration: underline;
	}
a:active {
	color: #4F6BB2;
	text-decoration: underline;
	}
.bgcolor_navbar {
	background-color: #8E807C;
}
.bgcolor_white {
	background-color: #FFFFFF;
}

/* Reset CS Tabular Layout */

.CS_Element_Layout { 
	visibility:visible;
	}
.CS_Layout_Table {
	border-style:none;
	}
.CS_Layout_TR {
	background-color: transparent;
	}
.CS_Layout_TH {
	text-align:center;
	font-weight:bold;
	font-family:Verdana,Arial,sans-serif;
	color:#000000;
	text-decoration:none;
	}
.CS_Layout_TD {
	text-align:left;vertical-align:top;
	}