    
    body 
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
	}
    
    .page_top_bg {
        background-image:url(http://www.widgetpanel.com/images/top-bg-01.gif);
        background-position:left top;
        background-repeat:repeat-x;
		background-color: #BCD5E7;
        position:relative;
        /*text-align:center;*/
    }
    
    /* Top menu links */
    a.topmenu:link
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight:normal;
		color: #FFFFFF;
		text-decoration: none;
	}

	a.topmenu:visited
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight:normal;
		color: #FFFFFF;
		text-decoration: none;
	}

	a.topmenu:hover
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight:normal;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
    /* Normal menu links (within text) */
    a:link
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight:normal;
		color: #588FB7;
		text-decoration: none;
	}

	a:visited
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight:normal;
		color: #588FB7;
		text-decoration: none;
	}

	a:hover
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight:normal;
		color: #859D34;
		text-decoration: underline;
	}
	
	/* Hedings */
    .pageHeading {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 12pt;
		font-weight:bold;
		color: #000000;
    }
    
    /* Boxes (tables) */
    .boxBlueNOBGCONTENT {
        background-color: #FFFFFF; 
        border-bottom-style:solid; 
        border-left-style:solid; 
        border-top-style:solid; 
        border-right-style:solid; 
        border-color: #ADCBE1; 
        border-width: 1px
    }
    .boxBlueNOBG {
        background-color: #FFFFFF; 
        border-bottom-style:solid; 
        border-left-style:solid; 
        border-top-style:solid; 
        border-right-style:solid; 
        border-color: #000000; 
        border-width: 1px
	}

    .boxBlueBG {
        background-color: #ADCBE1; 
        border-bottom-style:solid; 
        border-left-style:solid; 
        border-top-style:solid; 
        border-right-style:solid; 
        border-color: #000000; 
        border-width: 1px
	}
	
	.boxRedBG {
        background-color: #ff0033; 
        border-bottom-style:solid; 
        border-left-style:solid; 
        border-top-style:solid; 
        border-right-style:solid; 
        border-color: #000000; 
        border-width: 1px
	}
		