<style type=text/css>{  }
	A:link		
    { 
        /*color: #996600;*/ 
        color:firebrick;
        text-decoration: underline;
        font-style: italic;
    }

	A:visited	
    { 
        /*color: #FFBF00;*/ 
        color:darkmagenta;
	}

	A:active	
    { 
        /*color: #552200*/        
        color:darkorange;
	}

	A:hover		
    { 
        /*color: #552200*/        
        color:darkorange;
	}
	
	BODY 
	{
		font-family: Arial, sans-serif; 
		font-size: 10pt; 
		color: black;
		margin-left: 2px;
		margin-top: 0px
	} 
			
	H1 
	{
		font-family: Arial, sans-serif;
		font-size: 12pt; 
		font-weight: bold;
		font-style: italic; 
		line-height: 24pt;
		color: #996600;
		text-align: left;
	}
		 
	H2 
	{
		font-family: Arial, sans-serif; 
		font-size: 10pt; 
		font-weight: bold;
		line-height: 18pt;
		color: #996600;
		text-align: left;
		margin-top:0; 
		margin-bottom:0
	}

    P
    {    
		/*margin-right: 4px;*/ 
    }

    #topmenu
    {
        display:block;
        position:relative;
        background-color:#FFBF00;
        color:#552200;
        border:0px solid #996600;
        /*font:bold 12pt arial italic, sans-serif;*/
        font:bold 10pt arial italic, sans-serif;
		font-style: italic; 
        vertical-align:top;
        padding-bottom:2px;
        padding-top:4px;
        padding-left:5px;
        padding-right:0px;
        /*height:30px;*/
        height:20px;
        /*width:2000px;*/
        margin:0px auto;
        z-index: 9999;
    }

    #topmenu ul
    {
        margin:0px;
        padding:0px;
    }

    #topmenu li
    {
        position:relative;
        float:left;
        list-style-type:none;
    }

    #topmenu li a
    {
        text-decoration:none;
        display:block;
        color:#996600;
        border-right:0px solid #996600;
        padding-right:20px;
    }

    #topmenu li a:hover
    {
        color:#ff0000;
    }

    #topmenu li:hover ul
    {
        display:block;
    }

    #topmenu ul:after
    {
        content:".";
        display:block;
        height:0px;
        clear:both;
        visibility:hidden;
    }

    #topmenu ul ul
    {
        position:absolute;
        display:none;
        left:0px;
        background-color:#FFBF00;
    }

    #topmenu ul ul li
    {
        border:0px solid #996600;
        width:99%;
    }

    #topmenu ul ul li a
    {
        border-right:none;
    }

	.navmenu  A:link 
	{
		text-decoration: none; 
		color: #996600; 
		font-weight: bold; 
		font-family: arial, sans-serif;
	}

	.navmenu A:hover 
	{
		text-decoration: none; 
		color: #552200; 
		font-weight: bold; 
		font-family: arial, sans-serif;
	}

	#leftcolumn 
	{
		position: absolute;
		width: 85px;
		left: 0px;
		padding-top: 9px;
    	background: #FFFF66;	/* to set color of the left column */
    }
    
	.menu  
	{
		color: #AAA; 
		font-weight: normal; 
		font-family: arial, sans-serif;
		font-size: 8pt;
		text-align: left;
		margin-left: 15px; 
	}

	.menu A 
	{
		text-decoration: none; 
		color: black; 
		font-weight: normal; 
		font-family: arial, sans-serif; 
		font-size: 7pt;
	}
		
	.menu A:link 
	{
		text-decoration: none; 
		color: navy; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
		
	.menu A:visited 
	{
		text-decoration: none; 
		color: darkgreen; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
	
	.menu A:hover 
	{
		text-decoration: none; 
		color: #BE6A1C; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
	
	.menu A:active 
	{
		text-decoration: none; 
		color: black; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
	
	#pageheader 
	{
		background: white;
		height: 40px;
		font-family: Arial, sans-serif;		/* Page Title */
		font-size: 18pt; 
		font-weight: bold;
		font-style: italic; 
		line-height: 38pt;
		color: #996600;
		margin-top: 4px;
	}
	
	#leftheader
	{
		display: block;
		position: absolute;
		width: 300px;
		background: url('images/OptiPathBanner257.jpg');
		background-color: none;
        background-size:257px 36px;
		background-position: left top;
		background-repeat:no-repeat; 
		margin-left: 4px;
		text-align: left;
	}
	
	#rightheader
	{ 
		display: block;
		position: relative;
        margin-top: 2px;
        margin-right: 20px;
		text-align: right;
		width: 300px;
        float: right;
	}

	#pagecontent 			
	{
		width: 100%;			/* level2 inherits 100% from pagecontent to overcome bug in IE */
		padding-top: 0px;
		margin-left: 4px; 
        margin-top:4px;
	}
	
	#contents
	{
		margin-left: 85px;		/* to make the space for the left column */
		margin-right: 4px; 
		padding-left: 9px;		/* to make the space for the left separator */
		/*padding-right: 10;*/ 
		padding-top: 9px;
		background: white; 		/* to set color of the left separator */
		position: relative;
        top: 0px;
        left: 0px;
    }
	
	#pagefooter 
	{
		width: 100%;
		margin: 0;
		margin-left: 0px;		/* to make the space for the left column */
		/*margin-right: 4px;*/ 
		background-color: white;
		border-top: thin solid #996600;
		border-bottom: thin solid #996600;
		display: block;
		position: static;
		padding: 0;
		font-family: Arial, sans-serif;		/* Page Title */
		font-size: 10px; 
		/*font-weight: bold;*/
		font-style: italic; 
		line-height: 24pt;
		color: #996600;
		text-align: center;
		background: url('images/OptiPath@Terevaka.png' );
		background-color: white;
		background-position: center;
		background-repeat:no-repeat;
	}
	
	.date
	{
        font-style:italic;
		font-size: 8pt; 
		text-align: right;
		/*margin-right: 4px;*/ 
        color:#996600;
        float:right;
        vertical-align:middle;
	}
	
	.indent 
	{
		margin-left: 20px;
	}
	
	.indent2 
	{
		margin-left: 40px;
	}
	
	.warning 
	{
        /*color:#996600;*/
        color:darkgreen;
		font-weight:bold;
	}
	
	.emph 
	{
        /*color:#996600;*/
        color:saddlebrown;
		font-weight:bold;
	}
	
	.red 
	{
        color:red;
	}
	
	.tip 
	{
        /*font-style:italic;*/
		/*font-weight:bold;*/
        /*color:firebrick;*/
        color:blue;
	}
	
	.def 
	{
        font-style:italic;
		font-weight:bold;
        /*color:firebrick;*/
        color:navy;
	}
	
	.attn 
	{
        font-style:italic;
		font-weight:bold;
        /*color:firebrick;*/
        color:purple;
	}
	
	.hang 
	{
        margin-left:20px;
        text-indent:-20px;
	}

	table 
	{
		font-family: Arial, sans-serif; 
		font-size: 12px; 
		color: black;
		margin-left: 20px;
		margin-top: 0px;
        border-collapse: collapse;
        text-align: center;
        border-width: 1px;
        border-color: black;
        border-style: solid;
	} 

    td
	{
        padding: 5px;
        border-width: 1px;
        border-color: black;
        border-style: solid;
 	} 
	
	img 
	{
		border-style: none;
        border-color: inherit;
        border-width: 0px;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
}
			
    img.center 
    {   
        display: block;   
        margin-left: auto;   
        margin-right: auto; 
    }
	
	.inlineimage 
	{
		margin-left: 0px;
        margin-top: 0px;
        margin-bottom: -5px;
        border: 0px; 
	}
	
	.atimage 
	{
		margin-left: 1px;
        margin-right: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        border: 0px; 
	}
-->
</style>