/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
	color:#666666;
}
.typography h2 {
	font-size:120%;
	padding:24px 0px 0px 0px;
}
.typography p {
	line-height:140%;
	margin:10px 0px;
}
.typography ul {
	margin:10px;
	padding:10px;
}
/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
.typography .q {
	text-decoration:none;
	color:#4482c9;
}
#faqs ul {
	list-style-type:none;	
}
.adminform h2 {
	margin:0 0 20px 0;
	padding:0px;
	border-bottom:1px solid #dddddd;
}
