BODY
{
	font-size: 11px;
	font-family: Tahoma;
        background-color=white
}
SPAN
{
	font-size: 12px;
	font-family: Tahoma;
        background-color=white
}

TR.Path{
        font-size: 12px;
	font-family: Tahoma;
        COLOR:white; 
        background-color="#999999"; 
        font-weight=bold;

}

TD
{
	font-size: 12px;
	font-family: Tahoma;
}

TD.SearchHeader
{
	font-size: 12px;
	font-family: Tahoma;
        background-color='#2F4F4F';
        color=white;
        font-weight=bold;

}


A.TopBar:link
{
	font-size: 11px;
	font-family: Tahoma;
        color=darkblue;
        font-weight=bold;
        text-decoration:none;
}
A.TopBar:visited
{
	font-size: 11px;
	font-family: Tahoma;
        color=darkred;
        font-weight=bold;
        text-decoration:none;
}
A.TopBar:hover
{
	font-size: 11px;
	font-family: Tahoma;
        color=darkblue;
        font-weight=bold;
        text-decoration:underline;
}
TD.TopBar
{
	font-size: 11px;
	font-family: Tahoma;
        background-color='white';
        color=darkblue;
        font-weight=bold;

}

A.ListItems:link{
	font-size: 12px;
	font-family: Tahoma;
        color=darkslategray;
        text-indent:15px;
        font-weight=bold;
        text-decoration:none;
}

A.ListItems:visited{
	font-size: 12px;
	font-family: Tahoma;
        color=darkslategray;
        text-indent:15px;
        font-weight=bold;
        text-decoration:none;
}

A.ListItems:hover{
	font-size: 12px;
	font-family: Tahoma;
        color=darkslategray;
        text-indent:15px;
        font-weight=bold;
        text-decoration:underline;
}

P{
        text-align:justify;
        font-size: 12px;
	font-family: Tahoma;
        

}

P.PageTitle{
        text-align:center;
        text-color:darkred;
        font-weight:bold;
        font-size: 15px;
	font-family: Tahoma;
}

P.cntr{
        text-align:center;
        text-color:darkred;
        font-weight:bold;
        font-size: 12px;
	font-family: Tahoma;
}

li{
    
    list-style-type:square;
}

li.square{
    
    list-style-type:square;
}

li.nmbrs{
    
    list-style-type:decimal;
}

li.abc{
    
    list-style-type:lower-alpha;
}

li.ltns{
    
    list-style-type:lower-roman;
}

