body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
		color: #000000;
	}
	
.cell_shadow_top {
	background-image:url(/images/box_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:3px;
	}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#loading {
position: absolute;
top:1px;
left:1px;
background-color:#ffffff;
width:120px;
height:16px;
border: 1px solid gray;
padding:10px;
}

.red { color: #FF0000;}


.bold
{
	font-weight: bold;
}

.contactInfo
{
	cursor: pointer;
}

