BODY, body
{
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif; 
    margin : 0; 
    font-weight : normal; 
    font-size : 80%;
}

a 
{
    color: #336699;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

/** TEXT STYLES **/
/* $name='Heading' */ 
H1, h1, .Heading
{
    font-size: 120%;
    color: #336699;
    font-weight: bold;
    text-align: left;
}

/* $name='Sub Heading' */ 
H2, h2, .SubHeading
{
    font-size : 100%;
    color: #336699;
    font-weight: bold;
    text-align: left;
}

/* $name='Sub Heading Lite' */ 
H3, h3, .SubHeadingLite
{
    font-size: 100%;
    color: Gray;
    font-weight: bold;
    text-align: left;
}

/* $default $name ='Body Text' */
/* Normal text - the class name will be used in the dialogues... */
.Normal
{
    color: black;
    text-align: left;
}

/* Bulleted List Style */
/* $name='Bulleted List' */
LI, li
{
    text-align : left;
}	
/** TABLES **/




/* $name='Border B' */ .tableBorderB{
    border-width: 2px;
    border-style: solid;
    background-color: #ffffff;
    border-color: #cccccc;
}




/* $name='Cell Colour blue' */ .tableCellB{
    background-color: #edf1f8;
    font-size: 90%;



/* $name='table' */ .table
{
    border-color: #6699cc;
    border: 1px;
    border-style: solid;
}


/*
    ActiveX editor table styles
*/


