	BODY {
		background : url("/images/bg.gif");
		background-color : #061262;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-bottom : 0px;
		margin-left : 0em;
		margin-right : 0em;
		margin-top : 50px;
	}
	A{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
		font-weight : 500;
	}
	A:LINK {
		color : Maroon;
		text-decoration: none;
	}
	A:ACTIVE {
		color : Maroon;
		text-decoration: none;
	}

	A:VISITED {
		color : Maroon;
		text-decoration: none;
	}
	A:HOVER {
		color : BLACK;
		text-decoration: underline;
	}
	LI.bnidetail{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
		font-weight : 500;
		color : Maroon;
		text-decoration: none;
	}
	TD {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10pt;
	}
	H2.Title{
		color: #061262;

	}
	div.subtitle{
	color: #061262;
	text-align : center;
	font-weight : bold;
	font-size : larger;
}
div.subtitle_left{
	color: #061262;
	text-align : left;
	font-weight : bolder;
	font-size : larger;
}
	TABLE.maintable{
		background-color : white;
		width : 775px;
	}
	.tdisgreen
	{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #061262;
	}
	HR{
		color: #061262;
		border-bottom-width : 0px;
		border-left-width : 0px;
		border-right-width : 0px;
		border-top-width : 2px;
	}
	
			h3
			{
				font-size : 1.1em;
				font-weight : 700;
			}
			#nav{
				width : 22ex;
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#nav li {
				display: inline;
				padding: 0em;
				margin: 0em;
			}
			#nav li a
			{
				display: block;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left : 10px;
				margin-bottom : 0em;
				text-decoration: none;
				background-color: #e3e7fd;
				border-bottom: 1px solid #ddd;
				border-top: 1px solid #fff;
				border-right: 1px solid #ddd
			}
			#nav li a:hover {
				background: #bfc7fb;
			}
			.button2
			{
				border-bottom: 1px solid #333;
				border-top: 1px solid #ddd;
				border-right: 1px solid #333;
				border-left: 1px solid #ddd;
				background-color: #EDF2F2;
			}
			.hideme {
				display : none;
			}