/* CSS Document */

.welcome { font-size: 12pt; font-family: geneva,arial; color: ffffff }
.small { font-size: 8pt; font-family: geneva,arial }
td { font-family: arial,arial; font-size: 10pt }
.bold { font-weight: bold; font-family: arial,arial; font-size: 10pt }
.large { font-size: 12pt; }

BODY {
 scrollbar-base-color: color;
 scrollbar-track-color: color;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #666666;
 scrollbar-3dlight-color: color;
 scrollbar-darkshadow-color: color;
 scrollbar-shadow-color: #666666;
 scrollbar-arrow-color: #FFffff;
 }


A:hover {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
}
A:link {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
}
.style1 {color: #FFFFFF}

