/*====================================== MISC styles ======================================*/
a:link, a:visited, a:hover {
	color:#333;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#555;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.qualityquote { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#555;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	color:#113;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	margin-top:0.75em;
	font-size:15pt;
	line-height:1.2em;
	font-weight:normal;
	color:#113;
}

h3 {
	margin-top:0.75em;
	font-size:13pt;
	line-height:1.2em;
	font-weight:bold;
	color:#113;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.5em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.5em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #999;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #999;
	background-color: #999;
	border:0;
}

.flags {
}
.flags img {
	clear:both;
	display:block;
	padding-bottom:3px;
}

.photoBorder {
	padding:5px;
	border:solid 1px #999;
	background:#fff;
	margin-left:10px;
}

.largeBlueBold {
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#113;	
}

.blueBold {
	font-weight:bold;
	color:#113;	
}

.signature {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}