body {
font-family:Arial;
font-size:12px;
margin:0;
background: url(/images/bg.gif) #DEE1D8 repeat-y;
}
#content p {
margin-left:25px;
font-size:12px;
font-family:Arial;
}
.greenHead {
font-weight:bold;font-size:16px;color:#006600;
}
a {
color:#006600;
}
td {
font-family:Arial;
font-size:12px;
}
th {
font-family:Arial;
font-size:12px;
font-weight:bold;
}
img {
border:0;
}

a.homebutton {
	display:block;
	background: url(/images/Home_btn.png) 0 0;
	width:155px;
	height:54px;
	position:absolute;
	z-index:2500;
	top:0px;
	left:0px;
}
a.homebutton:hover {
	background-position:0 -55px;
}

:focus {
	outline:0;
}

.tooltip {
	font-family:arial;
	display:none;
	background:transparent /*url(images/black_arrow.png)*/;
	font-size:10px;
	font-weight:bold;
	height:32px;
	width:150px;
	padding:0px;
	color:#01613B;	
	z-index:65465;
	text-align:center;
	margin:auto;
}
