@charset "utf-8";
.cellalignleft {
	text-align: left;
	height: 40px;
}
.cellalignright {
	text-align: right;
	height: 40px;
	width: 40%;
}
.cellaligncenter {
	text-align: center;
}
.aligncenter {
	text-align: center;
	align-content: center;
}
.title1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: #332B72;
	text-align: center;
}
.textlarge {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #332B72;
}
.image1 {
	width: 272px;
	align-content: center;
	height: 120px;
}

.firstcolumnwidth {
	width: 200px;
}
.tablealign {
	align-content:center;
	background-color: #ffffff;
}
.tdalignrightborder {
	text-align:right;
	border: 1px solid #8A8888;
}
.tableclass {
	width: 50%;
}
.textarea {
	width: 90%;
}
.requiredimage {
	width: 15px;
}
.ownrent {
	display:block
	align-content: center;
}

.helpdiv {
	background-color: #F7EED9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: mediom;
}

@media screen and (max-width:800px) {
.tableclass {
	width: 70%;
}
}
@media screen and (max-width:500px) {
.tableclass {
	width: 95%;
}
}
