body{
	margin: 0px;	
	background-color: #3D3B3C;
}

body.iframe{
	margin: 0px;	
	background-color: black;
}


/* Text styles */

td{
	color: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

td.right{
	text-align: right;
}

td.tab_title{
	font-size: 10pt;
	font-weight: bold;
	color: #FFAD31;
	background-color: #333333;
	padding: 0.25em;	
}

table.pageTitle{
	background-position: top right;
	background-repeat: no-repeat;
}



/*-- footer styles ---------------------------------------------- */
#footer{
	
	font-size: 8pt;
	color: #333333;
}

table.footer{
	background-image: url(images/footer_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#footer a:link, #footer a:visited, #footer a:active{
	font-size: 8pt;
	color: #333333;
	text-decoration: underline;
	
}
#footer a:hover{
	color: #999999;	
}

