body { 
	font-family: verdana; 
	margin: 0px; 
	padding: 0px; 
}

img {
	border: 0px;
}

.gmnoprint {
	font-size: 120%;
}

.cm {
	font-size: 75%;
	color: #ff0000;
	font-weight: bold;
	padding-bottom: 5px;
}

.cs {
	color: #10235A;
	font-size: 85%;
	font-weight: bold;
}
a { 
	font-family: verdana; 
	color: #1C1B54; 
	font-weight: bold;
	font-size: 80%;
}

#header {
	xbackground: transparent url(topheader.gif) repeat-x;
	background-color: #899197;
	color: white;
	font-family: arial black;
	font-size: 130%;
	height: 86px;
	padding-top: 8px;
}

#footer {
	text-align: center;
	background-color: #899197;
	height: 45px;
	color: white;
	font-size: 70%;
	padding-top: 10px;
}

#footer a {
	color: white; 
	font-weight: normal;
	font-size: 100%;
}

#footer a:hover {
	text-decoration: none;
}		

.page {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}


#map {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 70%;			
}

#map td {
	border: 1px solid black;
	padding: 2px 5px 2px 5px;
}		

#map th {
	background-color: #5A5D5D;
	border: 1px solid black;
	font-size: 80%;
	color: white;
}

#map .ctrl {
	text-align: center;
	width: 75px;
}

.button {
	display: inline;
	background-color: #505353;
	color: white;
	font-weight: bold;
	padding: 3px;
	border: 1px solid black;
	margin: 0px;
	font-size: 70%;
	
}		

.button a {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}


#val {
	margin-left: 30px;
}

#val .field {
	font-color: black;
	font-size: 90%;
	padding-right: 20px;
}

#val .value {
	font-color: black;
	font-size: 90%;
	font-weight: bold;
}

#form {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#form fieldset {
	width: 750px;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	font-size: 90%;
}

#form legend {
	color: white;
	font-weight: bold;
	background-color: #7E7E7E;
	padding: 4px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#form .cat {
	color: black;
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 10px;
}

#form .desc {
	color: black;
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 10px;
}
