/* CSS Document */
body
{
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

 a
{	
	color:#fff;
	text-decoration: underline;		
}

 a:hover
{
	color:#666;	
	text-decoration: underline;
	
}

table.tablecontainer
{
	align: center;
	border: 1px solid #666666;
	margin: 10px;
}



div.header
{
	font-size: 10px;
	border: 0px solid red;
	text-align: right;
	margin: 5px 0px 15px;
	padding-right: 0px;
	padding-left: 8px;


}

div.footer
{
	color: #666;
	font-size: 10px;
	border: 0px solid red;
	text-align: right;
	margin: 17px 10px 12px 0px;

}

td.toplink
{
	width: 135px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border: 0px solid #FF0000;
	padding-top: 10px;
	

	
}


 a.homelink
{
	color:#fff;
	text-decoration: none;
	border: 1px solid red;
	height: 40px;
	width: 40px;
	background-image: url(images/idp_black_logoat.jpg);
}

td.toplink a
{	
	color:#666;

	text-decoration: none;
		
}

td.toplink  a:hover
{
	color:#fff;	
	text-decoration: underline;
	
}

td.toplink a.selected
{	
	color:#fff;
	
	text-decoration: none;
		
}

td.toplink a.selected:hover
{	
	color:#fff;	
	text-decoration: underline;		
}




div.scroll img
{
border: 1px solid #666;
	
}

div.scroll 
{
	height: 435px;
	width: 900px;
	overflow: auto;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: 1px solid #666;
	border-left: none;
	background-color: #000;
	padding: 2px;

}

div.content 
{
	font-size: 12px;
	width: 740px;
	height: 435px;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: 1px solid #666;
	border-left: none;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left: 112px;
	padding-right: 52px;
	line-height: 19px;


}


div.homepage 
{
	font-size: 12px;
	width: 904px;
	height: 386px;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: 1px solid #666;
	border-left: none;
	background-color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;


}
