body, td, input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	border-width: 0px;
	background: #E0F0FF;
}

a:link, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.tooltip {
	background: #FFFFCC;
	padding: 5px;
	margin: 3px;
	border: solid 1px #000000;
}