img {
	border: none;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
body {
	background-image: url(images/winter-scene.jpg);
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.main {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	border: 10px solid #FFFFFF;
	width: 754px;
}

table.main td.hr {
	width: 100%;
	height: 5px;
	background-color: #8A8A8A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

table.main td.content {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	color: #808080;
}

table.main td.content a {
	color: #505050;
	text-decoration: underline;
}

table.main td.content a:hover {
	text-decoration: none;
}

table.main td.content h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #505050;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	text-align: center;
	text-transform: uppercase;
}

table.main td.content h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #505050;
	margin-top: 0;
	margin-bottom: 0.25em;
	text-align: left;
	text-transform: uppercase;
}

table.main td.content p {
	color: #505050;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0;
	margin-bottom: 0.5em;
}

table.header {
	width: 100%;
}

table.header a {
	color: #FFFFFF;
}

table.header thead td {
	background-color: #0265B4;
	color: #FFFFFF;
	text-align: left;
	padding: 8px;
	vertical-align: top;
}

table.header thead td.right {
	text-align: right;
}

table.header thead td.right a {
	text-decoration: underline;
}

table.header thead td.right a:hover {
	text-decoration: none;
}

table.header thead td.bottom {
	vertical-align: bottom;
	text-align: right;
}

table.header thead td.bottom a {
	text-decoration: underline;
	color: #FFA980;
	color: #FEE959;
}

table.header tbody td {
	text-align: center;
	background-color: #F27032;
	height: 32px;
}

table.header tbody table {
	width: 100%;
}

table.header tbody table td {
	text-transform: uppercase;
	font-weight: bold;
}

table.main td.footer {
	padding-top: 8px;
	padding-bottom: 16px;
}

table.main td.footer table {
	width: 100%;
}

table.main td.footer table td {
	width: 25%;
	text-align: left;
	vertical-align: top;
}

table.main td.footer table td h2 {
	font-size: 8pt;
	text-transform: uppercase;
	color: #CF3601;
	margin-top: 0;
	margin-left: 1px;
	margin-bottom: 0px;
}

table.main td.footer table td h2 img {
	margin-left: 3px;
	vertical-align: bottom;
	margin-bottom: 4px;
}

table.main td.footer table td h2 a {
	display: inline;
	margin: 0;
	color: #CF3601;
	text-decoration: none;
}

table.main td.footer table td h2 a:hover {
	text-decoration: underline;
}

table.main td.footer table td a {
	color: #808080;
	display: block;
	font-weight: bold;
	margin-left: 1em;
}

table.main td.footer table td hr {
	border: none;
	height: 1px;
	color: #C0C0C0;
	width: 95%;
}

table.main td.note {
	padding-top: 4px;
	text-align: justify;
	color: #808080;
	font-size: 8pt;
}

table.main td.note hr {
	border: none;
	color: #0367AD;
	height: 16px;
}

table.twocols {
	width: 100%;
}

table.twocols td.left {
	text-align: left;
	vertical-align: top;
	width: 48.5%;
}

table.twocols td.right {
	text-align: left;
	vertical-align: top;
	width: 48.5%;
}

table.twocols thead td.left {
	padding-right: 1em;
}

table.twocols thead td.right {
	padding-left: 0;
}

table.twocols tbody td.left {
	padding-right: 1em;
	padding-left: 1em;
}

table.twocols tbody td.right {
	padding-right: 1em;
	padding-left: 1em;
}

table.twocols td.copy {
	text-align: right;
	vertical-align: bottom;
	padding-top: 1em;
	padding-right: 0.9em;
}

table.main td.content table.twocols {
	margin-bottom: 8px;
	margin-top: 8px;
}

table.main td.content table.twocols thead td h1 {
	text-align: left;
	color: #CF3601;
	margin-bottom: 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #C0C0C0;
}

table.main td.content table.twocols tbody td {
	padding-top: 0.33em;
}

div.qa div {
	margin-bottom: 1em;
}

div.qa div h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CF3601;
	color: #606060;
	color: #1D6293;
	margin-top: 0;
	margin-bottom: 2px;
}

div.qa div h3 span {
	font-weight: bold;
	padding-left: 1px;
}

div.qa div p span {
	color: #F27032;
	font-weight: bold;
}

table.main td.content ul, ol {
	color: #505050;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 16px;
	list-style-position: outside;
}

table.main td.content ol {
	margin-left: 24px;
	list-style-position: outside;
}

table.main td.content li {
	margin-left: 0;
	margin-bottom: 0.15em;
}

table.main td.content li.selected {
	color: #0371BC;
}

table.main td.note table.twocols td {
	text-align: justify;
}

table.main td.note table.twocols td.copy {
	text-align: right;
}

table.main td.note div.copy {
	text-align: right;
}

form {
	margin: 0;
}

form table {
	width: 100%;
}

form table td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
}

form table td.title {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 1em;
}

form table tr.footer td {
	padding-top: 16px;
}

form table tr.footer td input {
	margin-right: 10px;
	height: 2em;
	width: 6.5em;
}

form input {
	font-size: 8pt;
	border: 1px solid #A0A0A0;
}

form input.required {
	border: 1px solid #505050;
}

form select {
	font-size: 8pt;
}

form textarea {
	font-size: 8pt;
	border: 1px solid #A0A0A0;
}

form textarea.required {
	border: 1px solid #505050;
}

div.radios {
	text-align: center;
}

div.radios input {
	border: none;
}