/* ---------- reset ---------- */

html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, q, table, tr, td, caption, fieldset, legend, address, site, samp, img, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	}
div, tr, td, caption, fieldset, legend {
	text-align: left;
	}
table, img {
	border: none;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	
/* ---------- basic styles ---------- */

body {
	font-size: .75em;
	line-height: 1.5em;
	font-family: Lucida Grande, Helvetica Neue, Arial, Helvetica, sans-serif;
	}
	blockquote {
border-left:4px solid #C1C1C1;
color:#AAAAAA;
font-family:Georgia,Times New Roman,Times,serif;
font-size:1.6em;
font-style:italic;
line-height:1.2em;
margin:20px 30px;
padding-left:15px;
		}
	cite {
		display: block;
		}
	abbr {
		border: none;
		}
	h1, h2, h3, h4, h5, h6, p, blockquote, dd, table, address, cite, samp {
		margin-bottom: .8em;
		}
	h1, .header1 {
		color:#05376E;
		font-family:Georgia,Times New Roman,Times,serif;
		font-size:2.2em;
		font-weight:normal;
		line-height:1.1em;
		word-spacing:0.1em;
		margin-bottom: 10px;
	}
	h2, .header2 {
		color:#05376E;
		font-family:Georgia,Times New Roman,Times,serif;
		font-size:1.8em;
		font-weight:normal;
		line-height:1.1em;
		margin-bottom: 6px;
		}
	h3, .header3 {
		color:#05376E;
		font-family:Georgia,Times New Roman,Times,serif;
		font-size:1.5em;
		font-weight:normal;
		line-height:1.3em;
		margin-bottom: 6px;
		}
	h4, .header4 {
		color: #05376E;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.2em;
		margin-bottom: 8px;
		}	
	h5, .header5 {
		color: #05376E;
		font-weight: bold;
		font-size: 1.2em;
		font-size: 1.2em;
		margin-bottom: 8px;
		}
	h6, .header6 {
		color: #05376E;
		font-weight: bold;
		font-size: 1em;
		font-size: 1em;
		margin-bottom: 8px;
		}
	hr {
		height: 1px;
		border: 0;
		border-top: 1px #a0a0a0 dashed;
		margin: 12px 0;
		}
	address {
		font-style: normal;
		}
	table {		
		word-wrap: break-word;
		}
		caption {
			padding-bottom: 3px;
			text-align: left;
			font-weight: bold;
			}
		th {
			text-align: left;
			padding: 3px;
			}
		td {
			empty-cells: show;
			padding: 3px 20px 3px 3px;
			vertical-align: top;
			}
	fieldset {
		margin-bottom: 15px;
		padding: 15px;
		}
	select {
		font-size: .9em;
		}

/* ---------- utility styles ---------- */

.end {
	clear: both;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.alignright {
	/* float: right; */
	padding: 4px;
	margin: 0 0 2px 10px !important;
	display: inline;
	}	
img.alignleft {
	/* float: left; */
	padding: 4px;
	margin: 0 10px 2px 0 !important;
	display: inline;
	}