
	BODY {
	background-color : #3E6780;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 10pt;
}
	
	.Outer {
		background-color : #3E6780;
	}
	
	.PageTitle {
	font-weight : bold;
	background-color : #1C4C69;
	color : #FFFFFF;
	text-align: center;
	padding-right : 86px;
}
	.TableTitle {
	font-weight : bold;
	background-color : #1C4C69;
	color : #FFFFFF;
	text-align: center;
}
	
	.TableBorder {
		background-color : #000000;
	}
	


/* inpage elements */
	.textcenter {
		text-align : center;
	}
	
	.ctable {
               margin-left:auto; 
               margin-right:auto;
	}
	.cctable {
               margin-left:auto; 
               margin-right:auto;
               text-align:center;
	}
	.dottedline
	{
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#00CCFF;
	margin: 0px 6px 0px 6px;

	}
	.smallfont {
		font-size: 7pt;
	}

	.title {
		font-size: 12pt;
		font-weight : bold;
		text-decoration: underline;
	}
	
	  .bu {
               text-decoration:underline; 
               font-weight : bold;
       }
       
	
	.Inner {
	background-color : #0A324A;
	color : #FFFFFF;
	padding : 5px 5px 5px 5px;
	font-size : 10pt;
}

	.InnerSubtitle {
	font-weight : bold;
	border-bottom-color : #1C4C69;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.CondensedList {
	margin : 0 0 0 17px;
}
	.row1{
		margin-left : 0px;
		color : #000000;
		background-color : #CCCCFF;
		font-size : 10pt;
	}

	.row1:HOVER{
		margin-left : 0px;
		color : #000000;
		background-color : #FFFFFF;
		font-size : 10pt;
	}
	
	.row2{
		background-color : #CCCCCC;
		color : #000000;
		font-size : 10pt;
	}


	.hidden {
		font-size : 10pt;
	}

	A{
		text-decoration : none;
		color : #00FF00;
	}

	A:HOVER {
		text-decoration : underline;
		color : #00FF00;
	}

	.SearchKey {
	visibility : hidden;
	color : #0A324A;
}