/*  IDV.css  9 Oct 2009 */

body
{
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	vertical-align : middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: -moz-center;  	/* centering for Firefox  */
	text-align: -khtml-center;  /* centering for Safari & Chrome */
	#text-align: center;        /* centering for IE */
}

A:link	{	
	text-decoration:	none;
	color:	#2323AA;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#2323AA;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3D4871;
	}	
		
A:hover	{
	text-decoration:underline;
	color:#2323AA;
}
	
IMG 	{
   border: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pageTitle	{
	background: #868585;
	color: #FFFFFF;
	font: bold 10pt Verdana;
	height: 36px;
	padding-bottom: 5pt;
	padding-left: 10px;
	padding-right: 0pt;
	padding-top: 9px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom-color : #E3E0DF;
	border-bottom-style : solid;
	border-bottom-width : 0px;
	width: 100%;
}

.table
{
	text-align: Left;
	color: Black;
	font-size: 8pt;
}


.cell
{
	color: Black;
	background-color : #F7F7F7;
	padding-right : 5px;
}

.cellRight
{
	color: Black;
	background-color: #F7F7F7;
	padding-right: 5px;
	text-align: right;
}

.cellCenter
{
	color: Black;
	background-color: #F7F7F7;
	padding-right: 5px;
	text-align: center;
}

.hRule788
{
	width: 788px;
}

.title
{
	font-size: 11pt;
	font-weight: bold;
}