h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E759C;
}
.small {
	font-size:10 px;
	font-family:arial
}
.normal-s {
	font-size:12 px;
	font-family:arial
}
.normal {
	font-size:14 px;
	font-family:arial
}
.large {
	font-size:22 px;
	font-weight:bold;
	font-family:arial
}

a:link {
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	text-decoration:none;
	font-weight: bold;
}
a:active {
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
	font-weight: bold;
}
body { 
	scrollbar-face-color:#AEC4ED; 
	scrollbar-shadow-color:#5E759C;
	scrollbar-highlight-color:#F3F7FD;
	scrollbar-3dlight-color:#5E759C;
	scrollbar-darkshadow-color:#374459;
	scrollbar-track-color:#5E759C;
	scrollbar-arrow-color:#5E759C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}