@charset "utf-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }


Body {

   margin: 0px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
   FONT-SIZE: 10pt;
   FONT-FAMILY: Arial, sans-serif;
   BACKGROUND-COLOR: #FFFFCC;
}

p, table{

   FONT-SIZE: 10pt;
   FONT-FAMILY: Arial, sans-serif;
   BACKGROUND-COLOR: #FFFFCC;
}


.title{

    FONT-FAMILY: ParkAvenue BT, Arial, sans-serif;
    COLOR: #002A65;
    FONT-SIZE: 16pt;
    FONT-WEIGHT: bold;
}


.bg{
    BACKGROUND-IMAGE: url(images/bg.gif)
}


.announce1{

   COLOR: #002A65;
   FONT-SIZE: 11pt;
   FONT-WEIGHT: bold; 

}

.error{
	COLOR: red;
}


.blue{
    COLOR: #002A65;
    FONT-SIZE: 10pt;
}

.blue_small{
    COLOR: #002A65;
    FONT-SIZE: 9pt;
}




.blue_bold{
    COLOR: #002A65;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
}





.copyright{
    FONT-SIZE: 7pt;
}





a:link
{
	color: #002A65;
	text-decoration: underline;
}
a:visited
{
	color: #002A65;
	text-decoration: underline;
}
a:active
{
	color: #002A65;
	text-docoration: underline;
}
a:hover
{
	color: #002A65;
	text-decoration: underline;
}




