body, h1, h2, h3, center, p, body, a, .footer, td, th, ul
{
 font-family: arial, helvetica, geneva, sans-serif;
}

h1, h2, h3
{
 text-align:  center;
 color:       Green;
}

h1 
{ 
 font-size:   14pt;
}

h2
{ 
 font-size:   12pt;
 font-style:  italic;
}

h3, ul
{ 
 font-size:   10pt;
}

p
{
 text-align:  justify;
 font-size:   10pt;
 margin:      10;
}

p.center
{
 text-align:  center;
}

body
{
 background:  white;
 font-size:   11pt;
 color:       black;
 margin:      10;
} 

a
{
 font-size:   10pt;
}

.footer
{
 background-image:  url(./images/top_grad3.gif);
 font-size:   8pt;
 color:       yellow;
 margin:      0;
} 

table.menu
{
	padding: 3;
}
td.header
{
	 font-size:   14pt;
	 color:       yellow;
	 text-align:  right; 
	 padding-right: 14;
	 padding-top: 7;
}
td
{
	 font-size:   10pt;
}
td.menu, td.menu-center
{
 font-weight: bold; 
 background-color: white;
 font-size:   11pt;
 color:       white;
 margin:      7;
} 

td.menu 
{
	 text-align: right; 
}

td.menu-center
{
	 text-align: center; 
}