.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}
.fullwidth {
	width: 100%;
}
.autowidth {
	width: auto;
}
.underline {
	text-decoration: underline;
}


.link_gray {
	color: #7d7a7a;
	text-decoration: none;
}
.link_gray:hover {
	color: #9f0854;
	text-decoration: none;
}
.link_maroon {
	color: #6b0237;
	text-decoration: underline;
}
.link_maroon:hover {
	text-decoration: none;
	color: #92004a;
}
.img_right {
	clear: right;
	float: right;
	margin: 5px;
}
.img_left {
	clear: left;
	float: left;
	margin: 5px;
}
