body{
	font-family: arial, helvetica, sans-serif;
	position: relative;
}
.breaker
{
	clear:both;
}
#home{
	background-image: url("../Images/paisley.png");
	width: 100%;
	background-size:cover;
}
#cashLogoText{
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 4px;
	color:black;
	text-decoration:none;
}
.resultListItem{
	color:darkslategrey;
	text-decoration:none;
}
.marginTop20{
	margin-top: 20px;
}
.marginTop70{
	margin-top: 70px;
}
.marginBottom5{
	margin-bottom: 5px;
}
.marginBottom20{
	margin-bottom: 20px;
}
.margin-8-0{
	margin: 12px 0;
}
.paddingTop10{
	padding-top: 10px;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.alignLeft{
	text-align: left;
}
#logoutButton{
	color:black;
	text-decoration:none;
}
.BtnInactive{
	color:#e6e6e6;
}