    <style type='text/css'>
        A
        {
            color: #435eb3;
            text-decoration: none;
        }
        a
        {
            color: black;
            text-decoration: none;
            font-weight: bold;
        }


        .white
         {
            color:  white;
         }  


        A:hover
        {
            text-decoration: underline;
            color: #0174df;
         }
        A.Menu
        {
            font-weight: bold;
            font-size: 12px;
            color:  white;
            font-family: arial;
            text-decoration: none; 
        }
        A.LINK
        {
            color: blue;
            text-decoration: none;
            font-weight: bold;

        }
        TABLE
        {
            background-color: white;
        }
        TABLE.R
        {
            border-left-color: black;
            border-bottom-color: black;
            border-top-color: black;
            font-family: arial;
            background-color: #f3f3ff;
            border-right-color: black;
	    float:left;

        }
        TABLE.C
        {
            background-color: white;
        }
        TABLE.f2
        {
            line-height: 18px;
            text-align: left;
        }
        TR
        {
            border-right: thin inset;
            border-top: thin inset;
            border-left: thin inset;
            border-bottom: thin inset;
            height: 1px;
            valign: top;
        }
        TR.2
        {
            height: 5px;
            background-color: #999000;
            valign: bottom;
        }
        TR.3
        {
            height: 1px;
            valign: top;
        }
        TD.2
        {
            color: black;
            border-bottom: thin inset;
            padding: 5px;
	    text-align: left;
        }
        .alignleft
        {
   	    text-align: left;
        }

        TD.CAT
        {
            color: black;
            border-bottom: thin inset;
            padding: 5px;
            font-size: 12px;
            background-color: #0B0B61;

        }
        TD.CAT2
        {
			margin: 1px;
            padding: 1px;
            background-color: white;
			height: 5px;
        }

		form.search
	   { 
		border: 1px solid #666699; 
        background-color: #0B0B61;
		padding: 5px; 
		}


        TD
        {
            font-size: 10pt;
            font-family: arial;
            color: black;
        }

      TD.B
        {
            font-weight: bold;
            color: blue;
            max-height: 1px;
            border-collapse: collapse;
            background-color: #6699ff;
        }
        TD.F2
        {
            color: black;
            font-weight: bold;
			margin-top: 0px;
            vertical-align: top;
            line-height: 18px;
            border-collapse: collapse;
            text-align: left;
            border-spacing: 0px;
        }

       H1
        {
            color: red;
            font-size: 18px;
        }
        
        B.price
        {
            color: red;
            text-indent: 150px; 
        }
       B.SectionTitle
        {
            color: white;
            padding: 5px;
        }
 



    </style>
