﻿<!--
<!doctype html public > 

	mtoo 	{ font: 16px Verdana;font-weight: bold;color=black;border: 1px solid #000000;}

	body	{ color: #000000; font-size:"x-small"; background-color:#C0C0C0;}
	
    
    a:link      { color: #000000; text-decoration:underline; font-size:10pt;}
	a:visited   { color:blue; text-decoration:underline; font-size:10pt;}
	a:active    { color: #000000; text-decoration:underline; font-size:10pt;}
	a:hover     { background-color:#FFFFFF; color: #6487DC; text-decoration:underline; font-size:10pt; }
	
	.menutitle	{    
                cursor:pointer;
                font:500 10pt Verdana font-weight:bold; text-align:center;
                color:#25385a;
                text-decoration:none;                                
                line-height:29px;
                width:162px; height:26px; 
                margin:0 0 1px 0;
                background: url("/images/menuback.gif");
}

	.submenu	{ cursor:pointer; margin-bottom: 0.5em; font:500 10pt Verdana; text-align:left; color:#25385A;     }
	
	.submenu2	{margin-bottom: 0.5em; background-color:#000000; color: #25385A; text-decoration:underline; font: 8px;}
	
	submenu     { cursor:pointer; margin-bottom: 0.5em; font:500 10pt Verdana; text-align:left; color:#25385A;     }

/* Test */

    div.menu    {
                font:500 9pt Verdana;                                
                color:#25385a;
                text-decoration:none;                                
                line-height:35px;
                width:200px; height:34px; 
                margin:0 0 1px 0;
}

    
    div.menu a:link, div.menu a:visited, div.menu a:hover, div.menu a:active, {
                padding:0 0 0 20px; display:block; width:100%; text-decoration:none;
    }

    div.menu a:hover, {
                color:#fff; font-weight:bold; background: url("../images/button2.gif") no-repeat;
    }


-->