<style type="text/css">

BODY { 
	font-size: 13px; 
	font-family: trebuchet MS,sans-serif;
}

TD, TH, P, BR, DIV { 
	font-size: 13px; 
	font-family: trebuchet MS,sans-serif;
}

.MapList {
	
	border-bottom: 1px solid white;
}

.Padded {
	padding: 20px;
}
.OutsetBox {
	background-color: #b4b4b4;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
}
.InsetBox {
	background-color: #b4b4b4;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CollisionSquare {
	position: absolute;
	xbackground-image: url(images/redsquatch.gif);
	border: 1px dotted red;
	visibility: hidden;
}

.SectionBox {
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: white;
	background-color: #c4c4c4;
	font-size: 15px;
}
.Head1 {
	font-size: 24px; 
	font-family: trebuchet MS,sans-serif;
	color: white;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #777777;
	padding: 8px;
	padding-left: 18px;
	background-image: url(images/PageBottomBG.gif);
	background-position: bottom;
}


.Head2 {
	font-size: 18px; 
	font-family: trebuchet MS,sans-serif;
	color: white;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #cccccc;
	padding: 6px;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(images/PageBottomBG.gif);
	background-position: bottom;
}

.Head3 {
	font-size: 15px; 
	font-family: trebuchet MS,sans-serif;
	color: white;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #cccccc;
	padding: 4px;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(images/PageBottomBG.gif);
	text-align: center;
	background-position: bottom;
}
.FieldLabel {
	text-align: right;
}
.SubmitButton {
	background-image: url(images/PageBottomBG.gif);
}

.MainBody {
	
	border-top: none;
	padding: 12px;
	padding-left: 24px;
	padding-right: 24px;
}

.Small {
	font-size: 11px; 
}

A:link { color: black; font-family: trebuchet MS,sans-serif;}
A:visited { color: black; font-family: trebuchet MS,sans-serif;}
A:active { color: black; font-family: trebuchet MS,sans-serif;}
A:hover { color: white; font-family: trebuchet MS,sans-serif;}

.ButtonDefault {

	background-color: #b4b4b4; 
	text-decoration: none; 
	border: 1px outset; 
	padding: 1px;
	color: black;
}
.ButtonDefault:link {

	background-color: #b4b4b4; 
	text-decoration: none; 
	border: 1px outset; 
	padding: 1px;
	color: black;
}

.ButtonDefault:visited { 

	background-color: #b4b4b4; 
	text-decoration: none; 
	border: 1px outset; 
	padding: 1px;
	color: black;
}
.ButtonDefault:active { 

	background-color: #b4b4b4; 
	text-decoration: none; 
	border: 1px inset; 
	padding: 1px;
	color: black;
}
.ButtonDefault:hover { 

	background-color: #f4f4f4; 
	text-decoration: none; 
	border: 1px outset; 
	padding: 1px;
	color: black;
}

.ButtonSelected { 
	background-color: #f4f4f4; 
	text-decoration: none; 
	border: 1px inset; 
	padding: 2px 0px 0px 2px;
	color: black;
}
.ButtonSelected:link { 
	background-color: #f4f4f4; 
	text-decoration: none; 
	border: 1px inset; 
	padding: 2px 0px 0px 2px;
	color: black;
}
.ButtonSelected:visited { 
	background-color: #f4f4f4; 
	text-decoration: none; 
	border: 1px inset; 
	padding: 2px 0px 0px 2px;
	color: black;
}
.ButtonSelected:active { 
	background-color: #f4f4f4; 
	text-decoration: none; 
	border: 1px inset; 
	padding: 2px 0px 0px 2px;
	color: black;
}
.ButtonSelected:hover { 
	background-color: #f4f4f4; 
	text-decoration: none; 
	border: 1px inset; 
	padding: 2px 0px 0px 2px;
	color: black;
}


.Panel {
	padding:3px;
	border: 2px outset;
	background-color: #b4b4b4;
}
.SubPanel {
	padding: 0px; 
	border: none; 
	background-color: #b4b4b4;
}
