/* Sitewide default styles that populate WYSIWYG drop-down*/


/* Define custom classes */

.h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	color: #535187;
}
.h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	color: #285287;
}
.h3 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 0px;
	color: #000000;
}
.h4 {
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: .8em;
}
.h5 {
	font-size: 75%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: .5em;
}

/* Define styles for the WYSIWYG tool display */

html,body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 15px;
}
td {
	font-size: 12px;
	vertical-align: top;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	color: #535187;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	color: #285287;
}
h3 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 0px;
	color: #000000;
}
h4 {
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: .8em;
}
h5 {
	font-size: 75%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: .5em;
}
.smallText {
	font-size: 10px;
}