﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	color: #545454;
}

a {
	color: #164064;
}

h1 {
}

h2 {
	font-size: 17px;
	margin: 0px 0px 6px 0px;
}

h3 {
	font-size: 15px;
	margin-bottom: 5px;
}

h3.H3Blue {
	color: #1f4a80;
	margin-bottom: 15px;
}

h4 {
}

h4.SubTitle01, div.Content h4.SubTitle01 {
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	color: #545454;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style: none;
}

img {
	border: none;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

a {
	font-family: Arial;
}

.hr {
	float: left;
	display: inline;
	width: 640px;
	margin: 0px 0px 0px 0px;
}

