/* CSS Document */

A.heading 
{
	font-family:     Trebuchet, Arial, Verdana;
        font-size:       14px;
        color:           #5F778B;
        text-align:      left;
        line-height:     16px;
        margin-top:       2px;
        margin-bottom:    2px;
        text-decoration: none;
}
A.heading:hover  {
             text-decoration: underline;
             }
             
             
A.body
{
	font-family:     Trebuchet, Arial, Verdana;
        font-size:       12px;
        color:           #000000;
        text-align:      left;
        line-height:     12px;
        margin-top:       2px;
        margin-bottom:    2px;
        text-decoration: none;
}
A.body:hover  {
             text-decoration: underline;
             }
             
             
             
A.body_small
{
	font-family:     Trebuchet, Arial, Verdana;
        font-size:       12px;
        color:           #000000;
        text-align:      left;
        line-height:     20px;
        margin-top:       2px;
        margin-bottom:    2px;
        text-decoration: none;
}
A.body_small:hover  {
             text-decoration: underline;
             }
             
             
A.body_small_black
{
	font-family:     Trebuchet, Arial, Verdana;
        font-size:       11px;
        color:           #000000;
        text-align:      left;
        line-height:     17px;
        margin-top:       2px;
        margin-bottom:    2px;
        text-decoration: none;
}
A.body_small_black:hover  {
             text-decoration: underline;
             }            
 
             
   


td	{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #; margin-bottom: 15px; }
.typetext    { font-size: 11px; font-family: Verdana, Arial, sans-serif; border: inset 1pt #ccc; height: 12pt }        
SELECT    { font-size: 11px; font-family: Verdana; width: 80% }