BODY {
	font-family: Arial;
	font-size: 12px;
}
TD {
	font-family: Arial;
	font-size: 12px;
}
HR {
	color : #003DBB;
	height : 1px;
	padding-top : 3px;
	padding-bottom : 3px;
}
A:link {
	text-decoration: none;
	color: #003DBB;
}
A:visited {
	text-decoration: none;
	color: #009933;
}
A:hover {
	text-decoration: underline;
	color:#ff0000;
}
.sel {
	background: #003DBB;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight : bold;
	text-transform : uppercase;
	padding-left : 5px;
}

h1 {
	font: bold 13px;
	margin-bottom: 0;
	text-align: center;
}

#tooltip {
	background: #FCF5E1;
	border: 1px solid #000000;
	text-align: justify;
	font: 11px Arial;
	margin: 0px;
	-moz-border-radius: 8px;
	padding: 5px 5px;
	position: absolute;
	visibility: hidden;
}