@charset "utf-8";
/* Global styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #2d3f9e;
}

div.hr {
	border-bottom: 1px solid #9f1217;
	height: 0;
}

	.hr hr {
		display: none;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #192f67;
}

h1 {
	padding-bottom: 0;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	margin: 20px 0 0 0;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #9f1217;
}

	h2.shortLeft {
		margin-right: 260px;
	}
	
	h2.shortRight {
		margin-left: 260px;
	}

h3 {
	font-size: 15px;
}

h4 {
	font-size: inherit;
	font-weight: normal;
	font-style: italic;
}

textarea {
	font-size: 14px;
}

img.floatImage1,
img.floatImage2 {
}

img.floatImage1 {
	margin: 15px 0 15px 15px;
	float: right;
}

img.floatImage2 {
	margin: 15px 15px 15px 0;
	float: left;
}