@charset "iso-8859-1";
body {
     color: black;
     font-family: "Verdana", "Arial", "Helvetica", sans-serif;
     font-size: 11pt;
}

.hdg {
     font-weight:bold;
     font-size: 14pt;
}

.annotation {
     font-size: 10pt;
}

h1 {
	font-weight: bold;
	font-size: 14pt;
}

div.indent1 {
	margin-left: 30px;
}

div.note {
	margin-left: 30px;
	width: 400px;
}

table {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
}

th {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

tr {
	padding: 0px;
}

td {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 3px;
}

.noborder {
	border-style: none;
	border-width: 0px;
}

.topborder {
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

a.fancy {
	color: #CC3333;
	text-decoration: none;
}

a.fancy:hover {
	color: #3333CC;
	text-decoration: underline;
}

li {
	margin-top: 10px;
}

.smaller {
     font-size: 10pt;
}

.monospace {
     font-family: "Courier New", "Courier", monospace;
}

.banner {
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	text-align: center;
}

.pushedUp {
	margin-top: 5;
}

img.fllt {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.footnote {
	font-size: 9pt;
	border-top-width: 1px;
	border-top-color: #660000;
	border-top-style: solid;
}
