@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin: 0px;
	padding: 0;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #414549;
}

h1, h2, h3 {
	margin: 5;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin: 0.68em 0px 0.68em 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	letter-spacing: 1px;
	color: #005c9c;
	
}

h1 {
	font-size: 1.6em;
	padding-bottom:5px;
	font-variant: small-caps;
}

h2 {
	font-size: 1.4em;
	padding-top:10px;
	padding-bottom:5px;
}

h3 {
	font-size: 1.2em;
	padding-bottom:5px;
}

p {
	margin: 0 0 1.8em 0;
	text-align: justify;
	line-height: 16px;
	padding-bottom:15px;
	border-bottom: #C7C7C7 1px dashed;
}

ul, ol {
	margin: 0 0 1.8em 0;
	text-align: justify;
	line-height: 16px;
	padding-bottom:20px;
}

a:link {
	color: #005c9c;
}

a:hover, a:active {
	text-decoration: none;
	color: #005c9c;
}

a:visited {
	color: #005c9c;
}
