html {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#464646;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#E6E6E6; 
}

img { 
	border-color: black; 
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}
.titles a {
	font-weight: bold;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.titles a:hover {
	font-weight: bold;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}
.text a {
	font-weight: bold;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}