html, body, form
{
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #DDECFA;
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}

div.text-red
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #F50002;
}

div.text-orange
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FB8F03;
}

div.text-small-gray
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #999999;
}

div.footer
{
	font-family: Verdana;
	font-size: 7pt;
	line-height: 18px;
	color: #808080;
}

div.pageheader
{
	font-family: "Trebuchet MS";
	font-size: 13pt;
	font-weight: bold;
	color: #0086d6;
}

div.subheader
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #0086d6;
}

span.text-red
{
	font-weight: bold;
	color: #F50002;
}

span.link-red
{
	color: #F50002;
	text-decoration: underline;
}

span.author
{
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

img
{
	border: 0
}

a
{
	color: #0086D6;
}

a.link-red
{
	font-weight: bold;
	color: #F50002;
}

td.feedbackform_label
{
	width: 110px;
}

tr.feedbackform
{
	height: 27px;
}

input, textarea
{
	background-color: #DDECFA;
	border-color: #0086d6;
	border-style: solid;
	border-width: thin;
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}

hr
{
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0073CE;
}
#CTA {
	text-align: left;
}


.popUp { position: absolute; top: 1000px; left: 200px; text-align: center; padding: 5px; border: 1px solid black; background: white; }
#ctl00_Body ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 40px;
}
