
body 
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #87afc5;
    color: #000000;
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
}

h1
{
	color: #000000;
	font-size: 10pt;
	font-weight: normal; 
	text-align:justify;
}
h2
{
	color: #4171b3;
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold; 
}
.altus_content
{
	color:#000000;
	background-color:#ffffff;
	width: 100%; 
	height: 400px; 
	padding-left: 50px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	text-align: justify;
	vertical-align: top;
}

.ad_panel
{
	color:#cccccc;
	background-color: #000000;	
	width: 10%;
	margin: 0 auto;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.body_hilight
{
	/*color: #87afc5;*/
	color: #4171b3;
	font-weight: bold;
}

li
{
	padding-bottom: 6px;	
}

.active_tab
{
	position: relative; 
	top: 4px;
	width: 100px;
	height: 28px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
	cursor:pointer;
	background-image: url(../images/tab-sel.jpg); 
	background-repeat: no-repeat;

}

.active_tab a
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}
.inactive_tab
{
	position: relative; 
	top: 4px;
	width: 100px;
	height: 28px;
	text-align: center;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	cursor:pointer;
	background-image: url(../images/tab-unsel.jpg); 
	background-repeat: no-repeat;
}

.hover_tab
{
	position: relative; 
	top: 4px;
	width: 100px;
	height: 28px;
	text-align: center;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	cursor:pointer;
	background-image: url(../images/tab-hover.jpg); 
	background-repeat: no-repeat;
}
.tab_spacer
{
	padding-left: 100px;
}

.tab_link
{
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}	


.tab_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a
{
	text-decoration: none;
	color: #0000ff;
}
a:hover
{
	text-decoration: underline;
}

.link_nav
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.link_nav:hover
{
	text-decoration: underline;	
}
	
.hdr_table
{
	width: 100%;
	border-collapse: collapse;
	background-image: url(../images/hdr-left.jpg); 
	background-repeat: repeat-x;	
}
.hdr_1
{
	width: 10%;
	height: 80px;	
}

.hdr_2
{
	width: 600px;
	height: 80px;
	padding-left: 400px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-align:left;
	font-size: 7pt; 
	color: #dedede;
	vertical-align: bottom;
	white-space: nowrap
}

.hdr_3
{
	width: 200px;
	height: 80px;
	padding-left: 200px;
	background-image: url(../images/hdr-right.jpg);
	background-repeat: no-repeat;	
}

.hdr_4
{
	width: 10%;
	height: 80px;
}

.black_panel_small
{
	width: 100%;
	height: 44px;
	padding-left: 16px;
	font-size:10pt;
	color: #87afc5; 
	background-image: url(../images/black-panel-small-black.jpg);
	background-repeat: no-repeat;
}

.code_blue
{
	padding:10px;
	color:#000080;
	background-color: #fcf9bf;
	overflow:scroll;
	border:solid 1px #dedede;
	width:700px;
}