/* CSS Document */

a       {
	font-family: verdana;
	color: #00A3BB;
	text-decoration: none;
}

a:visited { 
	font-family: verdana;
	color: #00A3BB;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	color: #00A3BB;
	text-decoration: underline;	
}

.head {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.small {
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
}

.copyright {
	font-family: verdana;
	font-size: 7pt;
	color: #FFFFFF;
}

.plain {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	}

.uber {
	font-family: verdana;
	font-size: 11pt;
	color: #000000;
	}

.form { font-family: verdana; font-size: 9pt; background-color: #ffffff; border: 1; border-width: 1; border-style: solid; border-color: #000000; }
.button { font-family: verdana; font-size: 9pt; background-color: #F9FFE3; border-width: 1; border-style: solid; border-color: #000000;}

html {
scrollbar-base-color: #99EAFB;
scrollbar-arrow-color: #00A3BB;
scrollbar-track-color: #E3FBFF;

scrollbar-shadow-color: #00A3BB;
scrollbar-lightshadow-color: #00A3BB; 
scrollbar-darkshadow-color: #000000;

scrollbar-highlight-color: #F9FFE3;
scrollbar-3dlight-color: #00A3BB;
}