	body{
		background: #FFFFFF;
		font-family: Arial;
		font-size:10pt;
		margin:0px;
		padding:0px;
	}
	
	a:link, a:active, a:visited {
		text-decoration: underline;
		color: #000000;
	}

	a:hover {
		text-decoration: underline;
		color: #FF6600;
	}
	

	p {
		font-family: Arial;
		font-size:10pt;
		margin-top:10px;
		margin-bottom:10px;
		margin-left: 20;
		margin-right: 20;
		line-height: 12pt;
	
	}
	
	p.title{
		margin-top:5px;
		margin-bottom:10px;
		font-family: Century Gothic;
		font-size:11pt;
		color: #FF6600;
		
	}
	
	p.bold{
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;
	}
	
	p.heading{
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;
	}
	
	p.orange{
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;
		color:#FF6600
	}
	p.border {
		border-style: dashed; 
	} 
	
	p.what{
		font-family: Arial;
		font-size:12pt;
		font-weight:bold;
		margin: 0px 0px 0px 0px;
	}
	
	
	td{
		font-family: Arial;
		font-size:10pt;
		line-height: 12pt 
		
	}
	
	td.title{
		font-family: Arial;
		color: #FFFFFF;
		font-size:10pt;
		font-weight:bold;
		background-color:#FD6D37;
		
		}
	td.form{
		font-family: Arial;
		color: #000000;
		font-size:8pt;
		
		}
	
	td.bold{
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;
		
	}
	td.orange{
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;
		color:#FF6600;
	}
	
	td.suborange{
		font-family: Arial;
		font-size:10pt;
		color:#FF6600
	}
	
	td.front{
		font-family: Arial;
		font-size:10pt;

	}
	
	td.footer{
		font-family: Arial;
		font-size:8pt;
		
	}
	
	td.heading{
		font-family: Arial;
		font-size:10pt;
		font-weight:bold;
	}
	
	li {
		font-size:.9em;
		
	}
	
	li.bold {
		font-family: Arial;
		font-size:10pt;
		font-weight: bold;
		
	}
/* Input */		
	input,textarea,select {
		color: #FF6600;
		background: #ffffff;
		border: 1px solid #CCCCCC; 
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
	}
	
	input:hover, textarea:hover, select:hover {
  		/*border: 1px solid #FF6600;*/
		background: #cccccc;
		color:#000000;
	}

	input:focus, textarea:focus, select:focus {
  		border: 1px solid black;
		background: #ffffff;
	}
	
	input.button {
		color: #ffffff;
		background: #cccccc;
		border: 1px solid fe9b5a; 
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
	}
	
	input:hover.button, textarea:hover.button, select:hover.button {
		background: #cccccc;
		color:#000000;
	}

	input:focus.button, textarea:focus.button, select:focus.button {
  		border: 1px solid black;
		background: #ffffff;
	}
	
/* Content */		
	 #contentnoborder {
		float: left;
		padding: 5px;
		margin: 20px;
		background: #F4F4F4;
		border: 0px;
		width: 750px; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 750px;
	}
	
	#content {
		float: left;
		padding: 10px;
		margin: 20px;
		background: #F4F4F4;
		border: 1px solid #FF8A3C;
		width: 750px; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 750px;
	}
	
	#boxtext {
		border: 0px;
	    padding: 0px;
    	background: #FFFFFF;
	    width:700px;
    }
	
	fieldset {
	width:400px;
	border-style:solid;
	border-color:#666666;
	border-width: thin; 
	}
	
	hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #ff0000; 
	border-style: none none dotted; 
	}
	
	hr.d {	
		border: none 0; 
		border-top: 1px dashed #bbbbbb;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		height: 1px;
		}
	
	.toc {
		text-align: center;
        text-decoration: none;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #000000;
        background-color: #FF6600;
		}
	
	.toc:hover {
		text-decoration: underline;
		color: #FFFFFF;
		}
	
	

	
/*-------------navigation menu-------------------------*/	
	#mainContainer{
		width:800px;
		margin:0 auto;
		text-align:left;
		background-color: #EEEEEE;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:16px;

	}

	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
		font-size:8pt;
	/*	font-weight:bold; */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;/* No bullets */
			
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}

	
	
	/* Cosmetic */

	#dhtmlgoodies_menu ul{
	/*	border:1px solid #000;  ---no border needed*/
		background-color:#EEEEEE;
		padding:1px; 
		
		
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	/*	border:0px;  */
		padding:1px; 
	/*	border:1px solid #317082; */
		background-color:#EEEEEE;
		overflow:hidden;
		
		
		
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	/*	border:1px;  */
		padding:1px; 
		border: 1px solid #EEEEEE; 
		
	}
	

	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:10px;
		padding-right:10px;
		
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:1px;
		padding-right:1px;
	    border:1px solid #FFFFFF;  
	
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:1px;
		padding-right:1px;
		background-color:#FD6D37;
		border:1px solid #FFFFFF; 
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
		
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold; 
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:1px;  
		border:1px solid #FFF;
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:1px;
		background-color:#DDDDDD;
		border:1px solid #FFFFFF; 
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}
