/* GENERIC STYLES 
-------------------------------------------- */
* {
	text-align: left;
	font-family: arial;
	color: #333333;
	font-size: 12px;
}
a {
	font-family: arial;
	font-size: 12px;
	color: #05556C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}
.bold {
	font-weight: bold;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}