body {
	font-family: Arial, Helvetica, sans-serif;
}
.border {
	border: 1px solid #999999;
}
.border-light {
	border: 1px solid #CCCCCC;
}
.tiny {
	font-size: 70%;
	color: #666666;
}
a:link {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}
.regular {
	font-size: 13px;
}
.md {
	font-size: 14px;
}
.mdBlue {
	font-size: 18px;
	font-weight: bold;
	color: #0033FF;
}
.regularBold {
	font-size: 13px;
	font-weight: bold;
}
.smallBold {
	font-size: 11px;
	color: #999999;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.infoContain {
	position: relative;
	height: 205px;
	width: 285px;
}

.infoHover {
	display: block;
	position: static;
}

.infoHover a {
	text-decoration: none; /* definition for the link that will display the layer */
}
.infoHover a:hover {
	background: none; /* correction for an IE bug*/
}
.infoHover a span { /* definition of <span> tag included in <a> */
	display: none;

}
.infoHover a:hover span { /* definition of <span> tag when hovering */
	display: block;
	position: absolute;
	top: 80px; /* layer's place and dimension that you can change at will */
	left: -5px;
	width: 280px;
	text-align: left;
	color: black;
	border: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
	background: #FFFFFF;
}
.infoHover table {
	padding: 0px;
	border: none;
	width: 100%;
}
.infoHover table td {
	background: #FFFFFF;
}

