.text  { 
        font-family: Verdana;
        font-style: normal;
	    line-height: 14px;
        font-size: 13px; 
        color: #000000; 
        font-weight: normal; 
        text-decoration: none; 
        }		

.link 
        { 
        font-style: normal; 
        color: #0000FF; 
        font-size:13px;
		font-weight: normal; 
		text-decoration: none; 
        letter-spacing: 0px;
        }
.link:visited 
        { 
        font-style: normal; 
        color: #0000FF; 
        font-size: 13px;
		font-weight: normal; 
        text-decoration: none; 
        letter-spacing: 0px;
        }
.link:hover 
        { 
        font-style: italic; 
        font-size: 13px; 
		color: #000000;
        font-weight: normal; 
        text-decoration: none;
        letter-spacing: 0px;
        }
.link:active 
        { 
        font-style: italic; 
        font-size: 13px; 
		color: #000000;
        font-weight: normal; 
        text-decoration: none;
        letter-spacing: 0px;        }

		
body	{
        font-family: Verdana;
        font-size: 11px; 
        line-height: 11px;
		scrollbar-base-color:#99FFFF;
		scrollbar-track-color:#CCCCCC;

		}


