body{
margin:0;
padding:0;
background: #ffffff;
color:#655f56;
font: 76% "Lucida Grande","Lucida sans"lucida,"Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
line-height: 1.5em; 
}

img {
border:0;
}
a:link, a:visited{color:#003961;}
a:hover, a:active{color:#6aa2De;}

h2 {margin:10px 0 0 5px; padding:0;}
h2{font-size: 1.5em;} /* 18px */

p{ margin: 0 0 1.5em 5px; padding: 0; }

.note {
font-size: 10px;
font-style: italic;
}

.closewindow {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 900;
}

/*-----------------------------------------
nice titles
-----------------------------------------*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/balloon.png) top left no-repeat !important;
	background: url(../images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/balloon.png) bottom left no-repeat !important;
	background: url(../images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}