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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #5e5e5e;
}

a:link {
	color: #166d9a;
	text-decoration: underline;
}

a:hover {
	color: #0e4c6c;
	text-decoration: none;
}

a:active {
	color: #166d9a;
	text-decoration: underline;
}

a:visited {
	color: #166d9a;
	text-decoration: underline;
}
A.class_html_links:link {
	COLOR: #ededed;
	TEXT-DECORATION: none;
	font-size: 0.9em;
	line-height: 1.5em;
}
A.class_html_links:visited {
	COLOR: #ededed;
	TEXT-DECORATION: none;
	font-size: 0.9em;
	line-height: 1.5em;
}
A.class_html_links:hover {
	COLOR: #ededed;
	TEXT-DECORATION: underline;
	font-size: 0.9em;
	line-height: 1.5em;
}
A.class_html_links:active {
	COLOR: #ededed;
	TEXT-DECORATION: none;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.4em;
	color: #166d9a;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 1.1em;
	color: #166d9a;
	margin: 0px;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	font-weight: lighter;
}

