body {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 12pt;
}

table {
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color : White;
	background : Red;
	padding : 1 20 1 20;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	background : Black;
	color : White;
	padding : 1 20 1 20;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color : White;
	background : Black;
	font : italic;
	padding : 1 5 1 5;
}

h4 {
 font-size: 10pt;
 font-weight: normal;
 font-style: italic;
}

a {
 text-decoration: none;
 color: Red;
}
a:hover {
	text-decoration: underline;
}

ul {
 margin: 0px 0px 0px 20px;
 list-style: square;
}

li {
 margin-top: 0px;
 margin-bottom: 5px;
}

input {
 font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
 font-size: 10pt;
}

textarea {
 font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
 font-size: 10pt;
 line-height: 130%;
}

select {
 font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
 font-size: 10pt;
 line-height: 130%;
}

.red {
 color: red;
 font-size: 8pt;
 margin-left: 8px;
}

.note {
 font-style: italic;
}

.spacer {
 margin-top: 30px;
}

.indented {
 margin-left: 25px;
}

ul.subul {
 margin: 5px 0px 0px 20px;
 list-style: disc;
}

img.link {
	vertical-align : middle;
}

table.list {
 margin-left: 12px;
 margin-right: 12px;
}

td.list {
 vertical-align: top;
 text-align: right;
 padding-right: 5px;
}

td.smlbtn {
 text-align: center;
 vertical-align: top;
 padding-top: 9px;
}

td.btn {
 text-align: center;
}

div.pulldown {
 background-color: #ff0000;
 position: absolute;
 top: 132px;
 padding-bottom: 2px;
}

table.pulldown {
 width: 100%;
 font-size: 8.5pt;
 line-height: 140%;
 border-left: 2px solid #ffffff;
 border-right: 2px solid #ffffff;
 border-bottom: 2px solid #ffffff;
 padding-left: 5px;
}

td.pulldown {
 width: 2px;
 border-top: 2px solid #ffffff;
 font-size: 1pt;
}

a.pulldown {
 color: #ffffff;
}

p{
	margin-left: 20px;
	margin-right: 20px;
	text-align : justify;
}