html,body {
	background-color:#F2F2F2;
	margin: 0px;
	padding:0px;
	font-family: "Trebuchet MS";
	background-image:url(images/pageAltTile.gif);
	background-repeat:repeat-y;

}
.text {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.header {
	font-size: 13px;
	font-weight: bold;
	color: #90a2df;
	text-decoration: none;
	text-align: left;
}
.cityHeader {
	font-size: 13px;
	font-weight: bold;
	color: #AFAFAF;
	text-decoration: none;
	text-align: left;
}
.copyright {
	font-size: 9px;
	font-style: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: right;
}

.imageStroke {
	font-size: 9px;
	font-style: bold;
	color: #90a2df;
	border-style: solid;
	border-width: 1px;
	border-color: #90A2DF;
	text-align:center;

}
.cityDetails {
	font-size: 11px;
	font-style: bold;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #90A2DF;
	background-color:#6173AE;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #CC0066;
	text-decoration: none;
}
a:hover {
	color: #CC0066;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#upperTable {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(images/upperTile.gif);
	background-repeat:repeat-y;

}

.buttonForms {
	font-family: "Trebuchet MS";
	color: #CC0066;
	font-size: 10pt;
	font-color: #844200;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	width: 220px;
	border-style: solid;
	border-width: 1px;
	border-color: #E0812F;
	background-color: #F1E8C5;

}
.submits {
	font-family: "Trebuchet MS";
	color: #CC0066;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	width: 65px;
	border-style: solid;
	border-width: 1px;
	border-color: #E0812F;
	background-color: #F1E8C5;

