h1 {
	font-size: 18px;
	}

h2 {
	font-size: 16px;
	}

.verd {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.lt {
	text-align: left;
}

.ctr {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ctrtable{
	margin-left: auto;
	margin-right: auto;
}

.w100ctr{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.rt {
	text-align: right;
}

.justify {
	text-align: justify;
}

.imgLt {
	float: left;
}

.imgRt {
	float: right;
}

.imgBottom {
	vertical-align: bottom;
}

.blue {
	color: #0000FF;
	background-color: inherit;
	}

.red {
	color: #FF0000;
	background-color: inherit;
	}

.green {
    color: #00AA00;
    background-color: inherit;
}

.underscore {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
	
.noshow {
	display: none;
}

.quarters {
	width: 25%;
}

.thirds {
	width: 33%;
}

.fortyeight {
	width: 48%;
}

.halves {
	width: 50%;
}

.seventyfive {
	width: 75%;
}

.eighty {
	width: 80%;
}

.eightyfive {
	width: 85%;
}

.ninety {
	width: 90%;
}

.clearright{
	clear: right;
}

.clearleft{
	clear: left;
}

.clearboth{
	clear: both;
}
