body
{
  background-color : white;
  color : black;

  font-family: Verdana, Georgia, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight : normal;

  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  margin-bottom : 0;
}

td
{
	font-size : 10pt;
	font-weight : normal;
}

a:link 
{
  color: #cc0000;
  text-decoration : none;
}

a:visited 
{
  color: #cc0000;
  text-decoration : none;
}

a:hover 
{
	background-color : #cc0000;
	color: #ffffff;
	text-decoration : none;
}

hr
{
  color: #FFCC00;
  height : 1px;
  text-decoration : none;
}

/* headings */

h1
{
	font-weight : bold;
	font-size : 15pt;
	color : #CC0000;
}

h2
{
  font-weight : bold;
  font-size : 12pt;
  text-decoration : underline;
}

h3
{
  font-weight : bold;
  font-size : 12pt;
  font-style : italic;
}

h4
{
  font-weight : bold;
  font-size : 10pt;
}

h5
{
  font-size : 10pt;
  text-decoration : underline;
}

h6
{
  font-style : italic;  
  font-size : 10pt;
}

/*============================*/
/* left menu items */
/*============================*/
.lmenu
{
  background-color: #FFCC00;
  color: #cc0000;
  text-decoration : none;
  font-weight : bold;
}

a:link.lmenu
{
  color: #cc0000;
  text-decoration : none;
}

a:visited.lmenu
{
  color: #cc0000;
  text-decoration : none;
}

 a:hover.lmenu
{
	background-color : #cc0000;
	color: #ffffff;
	text-decoration : none;
}
/*============================*/
/* footer */
/*============================*/
.footer
{
color : black;
font-size : 7pt;
}


