/* CSS Document */
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px 3px 0px 3px;
	background-color:#C6D5E8;
	padding: 0px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 10pt;
	color:#333333;
}
	
}
address {
	font-size: 10px;
}
p {
	font-size: 12px;
	margin-bottom: 3px;
	top: 0px;
}
h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	line-height: 0px;
	margin-bottom: 0px;

}
h4 {
	font-size: 12px;
	margin-bottom: 20px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


a {
	line-height: 120%;	
}

a:link {
	color:#0C4A83; text-decoration: underline;
	font-weight: normal;	
}
a:visited {
	color:#174062; text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color:#7A95AE;
	text-decoration: underline;
	font-weight: normal;
}



hr {
	color: #C6D5E8;
	background-color: #C6D5E8;
	border: 1;
	width: 100%;
}

tt {
}
