/* FONT STYLES */
.mainfont {
	font-family: Tahoma;
	font-size: 12px;
}
.maincopy {
	font-family: Tahoma;
	font-size: 12px;
}
.heading {
	font-weight: bold;
	font-size: 14px;
}
.large {
	font-size: 13px;
}
.small {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.unbold {
	font-weight: normal;
}

/* COLOR STYLES */
.gray {
	color: #34352d;
}
.creme {
	color: #ece3d2;
}
.white {
	color: #ffffff;
}
.red {
	color: #a00000;
}

/* IMAGE STYLES */
.left {
	float: left;
}
.right {
	float: right;
}

