@import url(Common.css);

.Flash {
    background: url(../Images/Flash-Smoke.jpg) no-repeat;
}

h1.Main { background: url(../Images/Header-Sitemap.jpg) no-repeat; }

.ColumnA ul li a {
    color: #000;
}

.ColumnA ul li a:hover {
    color: #cc0000;
    text-decoration: underline;
}
	.Form input {
		width:110px;
		height: 20px;
		padding: 0px;
		border: 0px;
		line-height: 20px;
	}
	
	.Form input.Submit { width: 50px;  color: #fff; text-decoration: none; }
	.Form input.Submit:hover { background: #cc0000;  }

