	body {
		margin-top: 2px;
		text-align:center;
		} 

	body, td { 	
		font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
		font-size:10pt;
		color:black;
	}

/* Defines paragraph Styles */
	p { 
/*		font-size:12px;
		line-height:20pt;  */
	}

	div#outer { width:100%; text-align:center; background-color:#FFFFFF; padding:0px; }
	div#header { display:none; } 
	div#lnav { width:0; display:none; }
	div#main {	width:100%; vertical-align:top; text-align:left; margin-left:0pt; margin-right:0pt; }
	div#footer { display:none; } 
		
/* Styles for text in left & right columns  */
	.sidecol { 
	display:none;
	}

	div.buttonbar { display:none }

	table.main {
	width:100%;
	border-collapse:collapse;
	border-spacing:0pt;
	background-color:#FFFFFF;
	padding:0;
	vertical-align:top;
	}
	
/*	text box in main area - added 6 Sept 07 */
	#box1 {
/*		width:400pt; */
		font-size:10pt;
		margin-left:auto;
		margin-right:auto;
		margin-top:30pt;
		margin-bottom:30pt;
		border: 2pt solid #A6B2BC;
		background-color:#FFCCCC;
		color:#000000;
		padding:0 20pt 0 20pt;
		text-align:center;
	}

/* Aligning images */	
	.leftimg { float:left; border:none; margin-right:12px; margin-bottom:6px; margin-top:6px; }
	.rtimg { float:right; border:none; margin-left:12px; margin-bottom:6px; margin-top:6px; }


	table.list {
/*		width:90%; */
		border:1px solid silver;
		border-width:1px 0 0 0;
	}
	.list tr:hover, .list tr.hilite {
		background-color:#DFE7F2;
		color:#000000;
	}
	table.list td {
		padding:8px 2px 8px 1px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}
/* reduced font from 10pt */

	tr#header td {
		font-size: 14px;
		font-weight:bold;
		line-height:120%;
		background-color:#0066FF;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
		}
/* Following is the same as preceding and preferred CSS style */
	th { font-size: 14px;
		font-weight:bold;
		line-height:120%;
		background-color:#0066FF;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
		}
		
	tr#topRow td { font-weight:bold; font-size:12px; }
	tr#botrow td { border-bottom: 2px solid silver; }
	td#topnav { width:105; font-weight:bold; text-align:center; }
	tr#rownav { background-color:#eeeeee; vertical-align:middle; height:20; }
	td#col120 { width:0; display:none; }
	
	td#collt {border-left:hidden; text-align:right; }
	td#colrt {border-right:hidden; text-align:left; }
	tr#cuprow td { color:#FFFFFF; background-color:#990000; font-weight:bold; }
	
	table.list2 {
/*		width:90%;	*/
		border:1px solid silver;
		border-width:1px 1px 1px 0;
	}

	table.list2 td {
		padding:2px 5px 2px 5px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}
/* ===================================================== */

	table.list3 {
		
		border:1px solid silver;
		border-width:1px 1px 1px 0; 
	}

	table.list3 td {
		padding:2px 5px 2px 5px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}

/* ====================================================== */


	a:link, a:visited, a:active {
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline; 
	}

/* -- revised lhs Navigation -- */	
	#nav
	{ display:none; }
	#navtop
	{ display:none; }
	#navsel
	{ display:none; }

/* End of New Navigation */



/* -- lhs Navigation -- */


/* End of Navigation */

	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height:120%;
		text-align:center;
		color:#000099;
		background-color:#EEEEEE;
		padding:6px 10px; 
		border:2px outset #666666; 
	}

	h2 {
		font-size: 12px;
		line-height:120%;
		background-color:#CCCCCC;
		padding:6px 12px;
		text-align:center;
	}
	
	h3 {
		font-size: 14px;
		line-height:120%;
		background-color:#990000;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
	}

	h4 {
		font-size: 12px;
/*		line-height:150%;  */
		padding:6px 12px;
		text-align:center;
		border-bottom:solid 1px #666666;
		border-top:solid 1px #666666;
	}
	
	h5 {	
		font-size: 14px; 
		line-height:140%;
		text-align:left;
		color:#000099;
		background-color:#EEEEEE;
		padding:6px 10px;
	}

	h6 {
		font-size: 10px;
		text-align:center;
	}

	.copyrite
	{ background-color:#33CC33;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	}
	
	hr.hline1 { 
	height:1px; background-color:blue; 
	}
	hr.hline2 { 
	width:100%; height:3px; background-color:blue; 
	}
	hr.hline3 { 
	width:100%; height:3px; background-color:#FF3300;
	}

.indent {
	padding-left:40px; line-height:125%;
	}


