/*
#############################################################
### Author:		Joshua Jarman [josh@redesigned.com]		  ###
### Copyright:	Copyright 2007 - All rights reserved.     ###
#############################################################
*/
#FormattedLayout {
	color: #6A025B;
}
#FormattedLayout h2 {
	margin: 10px 6px;
	font-size: 26px;
	font-weight: normal;
}
#FormattedLayout h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}
#FormattedLayout div {
	font-size: 15px;
	line-height: 34px;
}
#FormattedLayout p {
	line-height: 2.0;
	font-size: 12px;
	text-align: justify;
}
#CenteredNotice {
	display: block;
	text-align: center;
	font-size: 17px;
}