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

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color:#C6D5E8;
}
address {
	font-size: 10px;
}
p {
	font-size: 12px;
	margin-bottom: 20px;
	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;
}

body {
	padding: 0px;
	//font-family: Arial, Helvetica, Sans Serif;
	font-family: verdana,geneva;
	line-height: 120%;
	font-size: 10pt;
	color:#174062;
}
a {
	line-height: 120%;	
}

a:link {
	color:#174062; 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 {
}

div {
    padding: 0px 5px 5px 5px;
}
