/* CSS Document */

html       {
	font-family: Arial, Sans-Serif;
	background-color: white;
	}

body	{
	font-size: 11pt;
	}

h1	{
  	font-size: 16pt;
  	color: #A52A2A;
	font-weight: bold;
	margin-top: 0em;
    margin-bottom: 0.5em;     
    }
            
h2	{
	font-size: 12pt;
  	color: #AB3D3D;
	font-weight: bold;
	margin-bottom: 0.3em;     
    }
	    
h3	{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -0.8em;     
    }

h4	{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.8em;     
    }

p	{
	text-align: justify;
	}
	
a	{
	text-decoration: none;
	color: blue;
	}
                     
a:visited {
	color: ##000099;
	text-decoration: none;
   	}

a:hover 	{
	color: red;
	}   

.menuitem
	{
	font-size: 10pt;
	font-weight: bold;
    background-color:  #ECDBC4;
    border-top: 1px solid white;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 10px;     
    width: 210px;
    }
          
.menuitem a:link
	{
    color: black;
    text-decoration: none;
    }
		  
.menuitem a:visited
	{
    color: black;
    text-decoration: none;
    }

.menuitem a:hover
	{
	color: red;
	text-decoration: underline
	}
.menuitem2
	{
	font-size: 10pt;
	font-weight: bold;
    background-color:  #F4E9D9;
    border-top: 1px solid white;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 10px;     
    width: 210px;
    }
          
.menuitem2 a:link
	{
    color: black;
    text-decoration: none;
    }
		  
.menuitem2 a:visited
	{
    color: black;
    text-decoration: none;
    }

.menuitem2 a:hover
	{
	color: red;
	text-decoration: underline
	}
