body
{
	margin: 0px;
	font-size:13px;
	font-family:tahoma;
}

table td
{
	font-size:13px;
	font-family:tahoma;
}

div#map-border
{
	background-color: #8080C0;
	border: solid #010080 1px;	
}

table#header td
{
	background-color: #010080;
}

div#outer
{
	margin: auto;
	width: 750px;
	margin-top: 10px;
}

form#searchform
{
	font-family: tahoma;
	font-size: 13px;
}

form#searchform input
{
	font-size: 13px;
}

#sec, #twn, #rng, #dir
{
	width: 40px;	
}

div.sectiontitle
{
	color: white;
	background-color: #010080;
	font-weight: bold;
	height: 18px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

td.symbol
{
	text-align: center;
	width: 20px;
	height: 20px;
}

td.symbollabel
{
	padding-left: 5px;	
}

div.note
{
	color: gray;
	font-style: italic;
	font-size: 12px;
}

#instructions
{
	border: 1px solid #C3C3C3;
	background-color: #E0E0F0;
	padding: 5px;
	width: 400px;
	color: black;
	height: 18px;
	padding: 0px;
}

.result
{
	border: 1px #D2D2D2 solid;
	margin-bottom: 20px;
	width: 730px;
	padding: 10px;
}


.resultnumber
{
	float: right;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #CACACA;
	margin-left: 10px;
	margin-bottom: 5px 
}