a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #00AEE7;
}
body {
	margin: 0px;
	scrollbar-3dlight-color: #00AEE7;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #00AEE7;
	scrollbar-darkshadow-color: #00AEE7;
	scrollbar-shadow-color: #00AEE7;
	scrollbar-track-color: #ECECEC;
}
body, input, td {
	color: black;
	font-family: verdana;
	font-size: 10px;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
}
.button {
	background-color: #00AEE7;
	border: 2px #00AEE7 solid;
	color: white;
	font-weight: bold;
}
.table_button {
	cursor: hand;
}
.table_button:hover {
	background-color: blue;
}
.link_light {
	color: white;
}
#important {
	color: #00AEE7;
}
#light {
	color: #8C8C8C;
}