

a, a:visited, a:active {
	color: #3366FF;
	font-size: 14px;
	text-decoration: underline;
}





a:hover {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}
td {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.textsmall {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

body {
    scrollbar-3dlight-color:#666666;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#666666;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#999999;
    scrollbar-highlight-color:#cccccc;
    scrollbar-shadow-color:#666666;
    background-color:#FFF;    
}

