.SmallTD
{
	FONT-SIZE:  smaller;
    color:	DarkSlateGray;
     }
.WhiteHeading
{
	text-transform: uppercase ;
	FONT-WEIGHT:  bold;
    color:	White;
    }
.LabelScroll
{
	overflow:auto
}
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.MyStyle
{
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: X-Small;
    BACKGROUND-COLOR: Ivory;
    color:	DarkSlateGray;
    text-align: Right;  
}
.MyStyleLeft
{
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE:  X-Small;
    BACKGROUND-COLOR: White;
    color:	DarkSlateGray;
    text-align:left;  
}
.MyStyleLeftBold
{
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE:  X-Small;
    BACKGROUND-COLOR: White;
    color:	DarkSlateGray;
    text-align:left;  
    font-weight:bold;
}

.MyStyleHead_Large
{  
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: Large;
    BACKGROUND-COLOR: White ;
    color:	DarkSlateGray;
    text-align: Center;  
    font-weight:bold;
}
.MyStyleHead_Medium
{  
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: Medium;
    BACKGROUND-COLOR: White ;
    color:	DarkSlateGray;
    text-align: Center;  
    font-weight:bold;
}
.MyStyleHead
{  
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: X-Small;
    BACKGROUND-COLOR: DarkSlateGray;
    color:	White;
    text-align: Center;  
    font-weight:bold;
}
.MyStyleCenter
{
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: X-Small;
    BACKGROUND-COLOR: Ivory;
    color:	DarkSlateGray;
    text-align: Center;  
}
.MyStyleFooter
{
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: X-Small;
    BACKGROUND-COLOR: DarkSlateGray;
    color:	White;
    text-align: Right;
    font-weight:bold;  
}
.MyStyleFooterCenter
{
	FONT-FAMILY: Trebuchet MS, Verdana;
    FONT-SIZE: X-Small;
    BACKGROUND-COLOR: DarkSlateGray;
    color:	White;
    text-align: Center; 
    font-weight:bold; 
}

.BasicText
{
	font-weight: bold;
	font-size: 12px;
	color: #336666;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}

A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #336666;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}

A.MenuUnselected:hover
{
    color: red;
    font-size: .8em;
    text-decoration: underline;
}

A.MenuSelected
{
    color: red;
    font-family: Verdana;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

A.MenuSelected:hover
{
    color: red;
    font-size: .8em;
    font-family: Verdana;
    text-decoration: none;
}
