/* CSS Document */

.textBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
}
.textWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : White;
}
.textbdWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}
.textsmBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
}
.textsmbdBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Black;
}
.textsmWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #ffffff;
}

.head {
	font-family :  Verdana, Tahoma,Arial;
	font-size : 11pt;
	font-weight : bold;
	color : #000000;
}

 A:link {
    font-family:verdana, tahoma,arial;
    font-size:10pt;
    font-weight:normal;
    color: blue;
    text-decoration: none;
}
         
A:visited {font-family:verdana, tahoma,arial;
    font-size:10pt;
    font-weight:normal;
    color:#666666;
    text-decoration: none;
}
         
A:active {font-family:verdana, tahoma,arial;
   font-size:10pt;
   font-weight:normal;
   color: #cc66cc;
   text-decoration: none;
}
        
A:hover{ text-decoration: underline; color: Blue; 
}
         
body {background-color: #666666;
}
        
ul { list-style-image: url(graphics/li_arrow.gif); }

