.imgright {
	float: right;
	margin: 4px 0 10px 10px;
	padding: 2px;
	background-color:#9506ae;
	color: transparent;
}

.imgleft {
	float: left;
	margin: 4px 10px 10px 0;
	padding: 2px;
	background-color:#9506ae;
	color: transparent;
}

.imgrightnoborder {
	float: right;
	margin: 4px 0 10px 10px;
	padding: 0px;
	background-color:#9506ae;
	color: transparent;
}

.imgleftnoborder {
	float: left;
	margin: 4px 10px 10px 0;
	padding: 0px;
	background-color:#9506ae;
	color: transparent;
}
.imgwithborder {
	display: block;
	margin: 4px 0 10px 0;
	padding: 2px;
	background-color:#9506ae;
	color: transparent;
}


.white {
	color: #ffffff;
	background-color: transparent;
}
.whitebold {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
}

.black {
	color: #000000;
	background-color: transparent;
}
.blackbold {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.italicbold {
	font-style: italic;
	font-weight: bold;
}

.timesblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
}
.timeswhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
}

p.pullquoteleft {
	width: 140px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #131A46;
	background-color: transparent;
	line-height: 1.5;
	text-align: right;
	float: left;
}	

p.pullquoteright {
	width: 140px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #131A46;
	background-color: transparent;
	line-height: 1.5;
	text-align: right;
	float: right;
}	


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 17px;
	line-height: 1;
	color: #000000;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 15px;
	line-height: 1;
	color: #000000;
	clear:both;
}

h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	clear:both;
	margin-top:5px;
	margin-bottom:0px;
}


.plus1 {
	font-size: 115% !important;
	font-weight: normal;
}
.plus2 {
	font-size: 130% !important;
	font-weight: normal;
}
.plus3 {
	font-size: 155% !important;
	font-weight: normal;
}
