body   { 
	background-color: rgb(231, 231, 120);
	margin-left: 1cm;
	margin-right: 1cm;
	text-align: justify;
           }

h1      {
	color: #A52A2A;
	font-size: 34pt;
	font-family: "times roman";
	margin-top: 30px;
           }

h2      {
	color: #A52A2A;
	font-size: 24pt;
	font-family: "times roman";
           }

h3      {
	color: #A52A2A;
	font-size: 18pt;
	font-family: "times roman";
           }

h2.std  {
	color: black;
	font-size: 24pt;
	font-family: arial;
	text-align: center;
           }

p         {
	color: black;
	font-size: 13pt;
	font-family: arial;
            }

p.tiny    {
	color: red;
	font-size: 8pt;
	font-family: arial;
	font-style: italic;
            }

p.medium    {
	color: black;
	font-size: 10pt;
	font-family: arial;
            }

p.news     {
	color: black;
	font-size: 10pt;
	font-family: arial;
	text-indent: 0.5cm;
	margin-top: 0px;
	margin-bottom: 0px;
	    }

table     {
	color: black;
	font-size: 14pt;
	font-family: arial;
	text-align: justify
             }

table.medium
     	    {
	color: black;
	font-size: 10pt;
	font-family: arial;
	text-align: justify
             }

table.medium12
     	    {
	color: black;
	font-size: 12pt;
	font-family: arial;
	text-align: justify
             }

tr	   {
	width: 0;
	   }

td	{
		vertical-align: top;
	}

hr         {
	background-color: rgb(120,102,0);
	width: 50%;
	position: absolute; left: 1cm;
	height: 4px;
             }

ul          {
	color: black;
	font-size: 14pt;
	font-family: arial;
	text-align: justify
             }

ul.medium    {
	color: black;
	font-size: 10pt;
	font-family: arial;
	text-align: justify
             }

ol.lower-alpha  {
	color: black;
	font-size: 12pt;
	font-family: arial;
	list-style-type: lower-alpha;
	}

.rightImage
     	     {
    	text-align:right;
    	margin-top:0px;
    	margin-bottom:0px;
    	padding:0px;
             }

input {
	background-color: #F0F0F0;
      }

#bar 
	{ 
	  position: fixed; 
	  left: 0px; 
	  top: 0px;
	  width: 100%; 
	  height: 20px;
	  color: black;
	  background-color: #FF9900; 
	  font-family: verdana; 
	  font-size: 10pt; 
	  border-style: solid;
 	  border-color: #9090FF; 
	  border-width: 0px 0px 3px 0px;
	}

.MenuStyle 
	{
	  position: fixed; 
	  width:150px;  
	  top:20px; 
	  color:black;
	  background-color:#FF9900;
	  visibility:hidden;
	  font-family:verdana;
	  font-style:italic; 
	  font-size:10pt;
	  border-style: solid;
 	  border-color: #9090FF; 
	  border-width: 0px 3px 3px 3px;
	  line-height: 150%;
	  padding: 5px;
	  z-index:1;
	}

a	{
	  color: blue;
	}

a:hover	{
	  color: black;
	  background-color: #00FF00;
	}

