body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.head_links {
	border-size: 1;
	border-color: blue;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

form {
	padding: 0;
	margin: 0;
}

.sectitle {
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	border-bottom: 2px solid #000000;
	text-transform: capitalize;
}

.latestlinks {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
}
.bordered {
border-width:1px; border-color:#b6b6b6; border-style:dotted;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 0px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}