    td
    {
        font-family: Helvetica;
        font-size: 12px;
        line-height:15pt;

    }
    
    td.menu
    {
    	font-family: Helvetica;
        font-size: 12px;
        line-height:0pt;
    
    }
	
	p.lineSpace
	{
	line-height:15pt;
	}
	
	.small
	{
		font-family: Helvetica;
		font-size: 9px;	
	}
	
    select
    {
        font-family: Helvetica;
        font-size: 12px;
        font-weight: normal;
    }


    input
    {
        font-family:  Helvetica;
        font-size: 12px;
        font-weight: normal;
    }



    textarea
    {
        font-family: Helvetica;
        font-size: 12px;
    }


    .button
    {
    background: buttonface;
    border-top: 3px solid buttonhighlight;
    border-left: 3px solid buttonhighlight;
    border-bottom:3px solid buttonshadow;
    border-right: 3px solid buttonshadow;
    }

    .buttonRO
    {
    background: buttonhighlight;
    border-top: 3px solid buttonhighlight;
    border-left: 3px solid buttonhighlight;
    border-bottom:3px solid buttonshadow;
    border-right: 3px solid buttonshadow;
    }

    .raised
    {
    border-top: 3px solid buttonshadow;
    border-left: 3px solid buttonshadow;
    border-bottom:3px solid buttonshadow;
    border-right: 3px solid buttonshadow;
    background: buttonhighlight;

    }

    .pressed
    {
    border-top: 3px solid buttonhighlight;
    border-left: 3px solid buttonhighlight;
    border-bottom:3px solid buttonhighlight;
    border-right: 3px solid buttonhighlight;
    background: buttonface;

    }

.grayBarItem
{
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 22px;
}

    .controlTitle
    {
        font-family: Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        font-style: normal;
    }
    
    .subTitle
    {
        font-family: Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        font-style: normal;
        color: #990000;
    }

    .sectionTitle
    {
        font-family: Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: #740C0C;
        font-style: normal;
    }

    .pageTitle
    {
        font-family: Helvetica;
        font-size: 16px;
        font-weight: bold;
        color: #740C0C;
        font-style: normal;
    }



    A:link {color: #1818E7;  text-decoration: underline; }
    A:active  {color: #1818E7; text-decoration: underline;}
    A:visited {color: #1818E7; text-decoration: underline;}
    A:hover {color: #740C0C; text-decoration: none; }


    A.main:link{color: #1818E7;  text-decoration: underline; font-size: 16px;}
    A.main:active.Test  {color: #1818E7; text-decoration: underline;}
    A.main:visited.Test {color: #1818E7; text-decoration: underline;}
    A.main:hover.Test {color: #740C0C; text-decoration: none; }


    .thinLine
    {

        line-height: 1px;
    }