		body {
			/*background-color:#65759B;*/
			/*background-color:#00427A;*/
			background-color:#00427A;
			
			margin:0px;
			padding:0px;
			text-align:center;
		}
		
		.mainTable{
			background-color:#FFFFFF;
			margin-left:auto;
			margin-right:auto;
			border-collapse:collapse;
		}

		.std {
			font-size: 12px;
			font-family:Verdana;
		}
		
		a.std{
				color:#000000;
		}
		
		.sml {
			font-size: 10px;
			font-family:Verdana;
		}
		a.sml {
			color:#000000;
		}
		
		a.blueLink {
			font-size:12px;
			font-family:Verdana;
			font-weight:bold;
			color:#2E4F9B;
		}
		
		a.blueLink:hover { text-decoration:none; }
		
		a.blueLink-sml {
			font-size:10px;
			font-family:Verdana;
			font-weight:bold;
			color:#2E4F9B;
		}
		
		a.blueLink-sml:hover { text-decoration:none; }
		
		ul.none{
			list-style-type: none;
			margin-left: 0;
			padding-left: 0;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
				
		ul.square{
			list-style-type: square;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
		
		ul.disc{
			list-style-type: disc;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
		
		li.numeric {
			list-style-type: decimal;
			margin-left: 0;
			padding-left: 0;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
		
		li.upperAlpha {
			list-style-type: upper-alpha;
			margin-left: 0;
			padding-left: 0;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
		
		li.lowerAlpha {
			list-style-type: lower-alpha;
			margin-left: 0;
			padding-left: 0;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
		
		li.upperRoman {
			list-style-type: upper-roman;
			margin-left: 0;
			padding-left: 0;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
		
		li.lowerRoman {
			list-style-type: lower-roman;
			margin-left: 0;
			padding-left: 0;
			font-size: 12px;
			font-family:Verdana;
			color:#000000;
		}
				
		input.btn {
			color:#2E4F9B;
			background-color:#CCCCCC;
			font-size:12px;
			font-family:Verdana;
			font-weight:bold;
			border:1px solid #2E4F9B;
			cursor:hand;
		}
		
		input.textbox {
			color:#2E4F9B;
			background-color:#FFFFFF;
			font-size:12px;
			font-family:Verdana;
			font-weight:bold;
			border:1px solid #2E4F9B;
		}
		
		.whdg {
			font-size: 12px;
			font-family:Verdana;
			color:#FFFFFF;
			font-weight: bold;
		}
		
		a.whdg {
			font-size: 12px;
			font-family:Verdana;
			color:#FFFFFF;
			font-weight: bold;
			text-decoration:none;
		}
		
		a.whdg:hover {
			text-decoration:none;
			border-bottom:1px dotted #FFFFFF;
		}
		
		.whdg-sml {
			font-size: 10px;
			font-family:Verdana;
			color:#FFFFFF;
			font-weight: bold;
		}
		
		a.whdg-sml {
			font-size: 10px;
			font-family:Verdana;
			color:#FFFFFF;
			font-weight: bold;
		}
		
		a.whdg-sml:hover { text-decoration:none; }
		
		hr {
			color:#2E4F9B;
			background-color:#2E4F9B;
			height:2px;
		}
		
		.blue {
			font-size: 12px;
			font-family:Verdana;
			color:#0000FF;
		}
		
		.green {
			font-size: 12px;
			font-family:Verdana;
			color:#009933;
		}
		
		.red {
			font-size: 12px;
			font-family:Verdana;
			color:#FF0000;
		}
		
		.red-sml {
			font-size: 10px;
			font-family:Verdana;
			color:#FF0000;
		}
		
		.lrg {
			font-size: 14px;
			font-family:Verdana;
			font-weight: bold;
		}
		
		.hdg {
			font-size: 12px;
			font-family:Verdana;
			font-weight: bold;
		}
		
		th.hdg {
			font-size: 12px;
			font-family:Verdana;
			color:#FFFFFF;
			font-weight: bold;
			background-color: #81889B;
			text-align: center;
			white-space: nowrap;
		}
		
		th.hdg-sml {
			font-size: 10px;
			font-family:Verdana;
			color:#FFFFFF;
			font-weight: bold;
			background-color: #81889B;
			text-align: center;
		}
		
		.collapsible {
			display: none;
		}
