/*A[href] { text-decoration: underline; color:blue } 
:focus { outline: thin dotted invert } 
:visited{text-decoration: underline; color:purple } */


.head-text
{
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, sans-serif;
}
.body-text
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, sans-serif;
}
BODY
{
    BACKGROUND: url(graphics/bkg_blue.jpg);
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, sans-serif;
}
.button
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none
}
a.button, a.button:link, a.button:visited
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none
}
.popup
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, sans-serif;
}
BODY.noBlue
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, sans-serif;
}
.link {cursor: pointer
	
}

