/* Place the following code inside HEAD tag: <LINK REL="stylesheet" TYPE="text/css" HREF="mainstyle.css">
 */

BODY
{
background-color: #FFFFFF;
}

/* Hyperlinks Styles */

A:link
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #000066;
font-weight: normal;
text-decoration: underline;
}

A:active
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #9999CC;
font-weight: normal;
text-decoration: underline;
}

A:visited
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #000066;
font-weight: normal;
text-decoration: underline;
}

A:hover
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #6699CC;
font-weight: normal;
text-decoration: underline;
}

.nav
{
    
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: url('images/bkgd-table.gif');
    FONT-FAMILY: Arial;
}
.nav A:link
{
   
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.nav A:visited
{

    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.nav A:active
{

    FONT-SIZE: 10pt;
    COLOR: #6699CC;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

.nav A:hover
{

    FONT-SIZE: 10pt;
    COLOR: #6699CC;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}


/* Content Styles (headings, tables, paragraphs) */

HR
{
height: 1px;
color: #9999CC;
}

P		
{
font-size: 10pt;
font-family: arial, sans-serif;
color: black;
}

TD
{
font-size: 10pt;
font-family: arial, sans-serif;
color: black;
}

UL
{
list-style-image: url('images/bullet.gif');
list-style-position: outside;
font-size: 10pt;
font-family: arial, sans-serif;
color: black
}

OL
{

list-style-position: outside;
font-size: 10pt;
font-family: arial, sans-serif;
color: black;
}

/* Use the following Heading styles in place of the H1, H2, H3, etc. */

.heading1
{
font-family: arial, sans-serif;
font-size: 16pt;
color: #333399;
font-weight: bold;
}

.heading2
{
font-family: arial, sans-serif;
font-size: 12pt;
color: #333399;
font-weight: bold;
}

.heading3
{
font-family: arial, sans-serif;
font-size: 10pt;
color: #333399;
font-weight: bold;
}

.copyright
{
font-family: arial, sans-serif;
font-size: 8pt;
color: #666666;
font-weight: normal;
font-style: italic;
text-align: left;
}
.copyright A:link
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #666666;
font-weight: normal;
font-style: italic;
text-decoration: underline;
}

.copyright A:active
{

font-size: 8pt;
font-family: arial, sans-serif;
color: #666666;
font-weight: normal;
font-style: italic;
text-decoration: underline;
}

.copyright A:visited
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #666666;
font-weight: normal;
font-style: italic;
text-decoration: underline;
}

.copyright A:hover
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #6699CC;
font-weight: normal;
font-style: italic;
text-decoration: underline;
}