@charset "utf-8";
/*h2{
margin-bottom:0px;
}*/
.quicktable {
	padding: 5px;
	width: 500px;
}


.quicktable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.quicktable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e4e1a;
	text-align:right;
}
.alignRight {
text-align:right;
}
.alignLeft {
text-align:left;
}
.quicktable a {
text-decoration:none;
}
.quicktable a:hover {
text-decoration:underline;
}

.floatMap { /*This is used to position the locator map... the negative margin is necessary so the width of the item doesn't cause the table to drop below it.*/
	float: right;
	margin-right: -20px;
}
