/* TEXT */

.heading { font-family: Impact; font-weight: normal; font-size: 22pt; color: #FF0000; text-decoration: none;}
.subheading { font-family: Arial; font-weight: bold; font-size: 14pt; color: #FF0000; text-decoration: none;}
a:link { font-family: Arial; font-weight: normal; font-size: 12px; color: #000080; }
a:active { font-family: Arial; font-weight: normal; font-size: 12px; color: #000080; }
a:visited { font-family: Arial; font-weight: normal; font-size: 12px; color: #000080; }
a:hover { font-family: Arial; font-weight: normal; font-size: 12px; color: #000080; }
td { font-family: Arial; font-weight: normal; font-size: 12px; color: #000000; }
td a:link { font-family: Arial; font-weight: normal; font-size: 12px; color: #000000; }
td a:active { font-family: Arial; font-weight: normal; font-size: 12px; color: #000000; }
td a:visited { font-family: Arial; font-weight: normal; font-size: 12px; color: #000000; }
td a:hover { font-family: Arial; font-weight: normal; font-size: 12px; color: #000000; }
td.pageheading { background-color: #a0a0a0; font-family: Arial; font-weight: bold; font-size: 16px; color: #ffffff; text-decoration: none;}
td.pagesubheading { background-color: #ffffff; font-family: Arial; font-weight: normal; font-size: 10px; color: #000000; text-decoration: none;}
td.quadrant-text { font-family: Arial; font-weight: normal; font-size: 10px; color: #000000; text-decoration: none;}
td.data-heading { background-color: #ffffff; font-family: Arial; font-weight: bold; font-size: 10pt; color: #000000; text-decoration: none;}
td.data-subheading { background-color: #666666; font-family: Arial; font-weight: bold;; font-size: 9pt; color: #ffffff; text-decoration: none;}
td.data-info-1 { background-color: #ffffff; font-family: Arial; font-weight: normal; font-size: 9pt; color: #000000; text-decoration: none;}
td.data-info-2 { background-color: #cccccc; font-family: Arial; font-weight: normal; font-size: 9pt; color: #000000; text-decoration: none;}
td.leftbar-m-u { background-color: #505050; font-family: Impact; font-weight: normal; font-size: 15px; color: #ffffff; text-decoration: none;}
td.leftbar-m-s { background-color: #505050; font-family: Impact; font-weight: normal; font-size: 15px; color: #ffffff; text-decoration: none;}
td.leftbar-m-u { background-color: #505050;}
td.leftbar-m-u a:link { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none;}
td.leftbar-m-u a:active { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
td.leftbar-m-u a:visited { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
td.leftbar-m-u a:hover { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
td.leftbar-m-s { background-color: #ffffff;}
td.leftbar-m-s a:link { font-family: Arial; font-weight: bold; font-size: 12px; color: #7F7F7F; text-decoration: none;}
td.leftbar-m-s a:active { font-family: Arial; font-weight: bold; font-size: 12px; color: #7F7F7F; text-decoration: none; }
td.leftbar-m-s a:visited { font-family: Arial; font-weight: bold; font-size: 12px; color: #7F7F7F; text-decoration: none; }
td.leftbar-m-s a:hover { font-family: Arial; font-weight: bold; font-size: 12px; color: #7F7F7F; text-decoration: none; }
td.leftbar-sm-u { background-color: #a0a0a0; font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none;}
td.leftbar-sm-u a:link { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none;}
td.leftbar-sm-u a:active { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
td.leftbar-sm-u a:visited { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
td.leftbar-sm-u a:hover { font-family: Arial; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
td.leftbar-sm-s { background-color: #ffffff; font-family: Arial; font-weight: bold; font-size: 12px; color: #505050; text-decoration: none;}
td.leftbar-sm-s a:link { font-family: Arial; font-weight: bold; font-size: 12px; color: #505050; text-decoration: none;}
td.leftbar-sm-s a:active { font-family: Arial; font-weight: bold; font-size: 12px; color: #505050; text-decoration: none; }
td.leftbar-sm-s a:visited { font-family: Arial; font-weight: bold; font-size: 12px; color: #505050; text-decoration: none; }
td.leftbar-sm-s a:hover { font-family: Arial; font-weight: bold; font-size: 12px; color: #505050; text-decoration: none; }

/* LAYOUT */
#header	{
	position:absolute;
	left:4px;
	top:4px;
	width: 738px;
	height: 103px;
	background-color: #000000;
}

#subheader	{
	position:absolute;
	left: 4px;
	top: 111px;
	width: 738px;
	height: 4px;
	background-color: #808080;
	font-size: 1px;
}

#leftbar {
	position:absolute;
	left:4px;
	top:119px;
	text-align: left;
	width: 146px;
	background-color: #E5E5E5;
}
#content {
	position:absolute;
	left:150px;
	top:119px;
	width: 592px;
	background-color: #ffffff;
}
