
BODY
{
        font-family:    Myriad Web, 
                        Geneva, Arial,  
                        Helvetica, sans-serif;
        margin-top:     10px;
        margin-left:    0px;
        margin-right:   0px;
        margin-bottom:  5px;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;

        background-color:   white;
}

* 
{
    font-size: 10pt;
}

SELECT
{
    font-size: 9pt;
}
TABLE.menu
{
	background-color :      #E0E0D0;
}

A:link, A:active
{
	text-decoration :       none;
	color           :       #0000ff;
	background      :       transparent;
}

A:visited 
{
	text-decoration :       none; 
	color           :       #0000ff;
	background      :       transparent; 
}               

A:hover 
{ 
	text-decoration :       none; 
	color           :       #000000;
	background      :       #00ccff;
}

A.menu:link, A.menu:active
{
    font-weight     :       bold;
    font-size       :       10pt;
	text-decoration :       none;
	color           :       #888888;
	background      :       transparent;
}

A.menu:visited 
{
    font-weight     :       bold;
    font-size       :       10pt;
	text-decoration :       none; 
	color           :       #888888;
	background      :       transparent; 
}               

A.menu:hover 
{ 
	text-decoration :       none; 
	color           :       #000000;
	background      :       #00ccff;
}

TR.menu
{
    font-weight     :       bold;
    font-size       :       10pt;
	text-decoration :       none;
	color           :       #888888;
	background      :       transparent;
}

H1
{
	font-size:	24pt;
	alignment:	center;
	color:		white;
	background-color:	royalblue;
}

H2
{
	font-size:	24pt;
	font-style:	italic;
	color:		maroon;
}

A.Button:hover
{       
	color:  #00ccff;
	background:     transparent;
}

A.Button
{
	text-decoration:        none;
	color:          #003366;
	background:     #33ccff;
}

.Button
{
        text-align:     center;
        text-decoration:        none;
        color:          #003366;
        background:     #33ccff;
        border-top:     2px solid #99ffff;
        border-left:    2px solid #99ffff;
        border-right:   2px solid #3399cc;
        border-bottom:  2px solid #3399cc;
        font-family:    Verdana, 
        Myriad Web, Geneva, Arial, 
        Helvetica, sans-serif;
}
    
    
    