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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.a {
	overflow:auto;
	scroll: no;
	height: auto;
	padding: 0px 15px 10px 15px;
	background-color:#FFFFFF;
}
div.b {
	padding: 5px 5px 5px 5px;
	background-color:#C6D5E8;
}
address {
	font-size: 10px;
}
p {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	color: #DD7700;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	margin-bottom: 20px;
}
h3 {
	line-height: 150%;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #DD7700;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;

}
h4 {
	padding: 0px 0px 0px;
	font-size: 12px;
	margin-bottom: 5px;
}

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: 100%;
	font-size: 10pt;
	color:#174062;
}
a {
	font-family: verdana,geneva;
	font-size: 10px;
	margin-bottom: 20px;
	color:#174062; text-decoration: underline;
	font-weight: normal;	
}

a:link {
	font-size: 10px;
	margin-bottom: 20px;
	color:#174062; text-decoration: underline;
	font-weight: normal;	
}
a:visited {
	font-size: 10px;
	margin-bottom: 20px;
	color:#174062; text-decoration: underline;
	font-weight: normal;
}

a:hover {
	font-size: 10px;
	margin-bottom: 20px;
	color:#7A95AE;
	text-decoration: underline;
	font-weight: normal;
}

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

tt {
}

