a {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 10pt;
	font-variant: small-caps;
}
a:link {
	color: #4976a5;
	text-decoration: none;
	}
a:active {
	color: #4976a5;
	text-decoration: none;
	}
a:visited {
	color: #4976a5;
	text-decoration: none;
	}
a:hover {
	color: #515151;
	text-decoration: underline;
}
a.inline {
	font-weight: bold;
	font-size: 10pt;
	font-variant: normal;
}
a.inline:link {
	color: #4976a5;
	text-decoration: none;
	}
a.inline:active {
	color: #4976a5;
	text-decoration: none;
	}
a.inline:visited {
	color: #4976a5;
	text-decoration: none;
	}
a.inline:hover {
	color: #515151;
	text-decoration: underline;;
}
p {
	color: black;;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
	margin-top: 3px;
	line-height: 150%;
	}
p.contact {
	line-height: 1em;
}
h1 {
	color: black;
	font-weight: normal;
	font-size: 24pt;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 5px;
}
h2 {
	color: black;
	font-weight: normal;
	font-size: 16pt;
	margin-top: 0px;
}
h3 {
	color: black;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 3px;
}
h4 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:1px;
	border-bottom:1px solid #E2E2E2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	color: black;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 25px;
	border-bottom:1px solid #E2E2E2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 3px;
}
body {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
table td {
	vertical-align: top;
}
table.links {
	border-width: 0 0 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #E8EBEE;
	margin-bottom: 20px;
}
table.links td {
	border-width: 1px 1px 0 0;
	padding-top: 8px;
	padding-bottom:8px;
	border-style: solid;
	border-color: gray;
	margin: 0;
	background-color: #E8EBEE;
}
table.links td.current {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: gray;
	margin: 0;
	background-color: white;
}
ul {
	list-style-type: square;
}
li {
	font-size: 10pt;
}
