@charset "UTF-8";
/* CSS Document */

/* just for this site */
.redtext       { color:#B20048; }


.leftImage {
	margin-right:0;
	padding-right:8px;
	padding-bottom:5px;
	float: left;
}

.rightImage {
	margin-left:0;
	padding-left:8px;
	padding-bottom:5px;
	float: right;
}


/* headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-style: inherit;
	vertical-align:baseline;
	color: #434343;
}

h1 {
	font-size: 1.8em;
	line-height: 1.5em;
}
h2 { font-size: 1.2em; line-height: 1.4em; }
h3 { font-size: 1em; line-height: 1.2em; }
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* paragraphs */
