@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
}
.bighighlight {
	font-size: 14px;
	font-weight: bold;
	color: #ff9933;
}
.bighighlightdark {
	font-size: 14px;
	font-weight: bold;
}
p {
	text-align: left;
	line-height: 24px;
}
a:link {
	color: #0082cc;
}
a:visited {
	color: #0082cc;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #0082cc;
}
.header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.header a:link {
	text-decoration: underline;
	color: #999999;
}
.header a:visited {
	text-decoration: underline;
	color: #999999;
}
.header a:hover {
	text-decoration: underline;
	color: #faa635;
}
.header a:active {
	text-decoration: underline;
	color: #999999;
}
.header {
	font-size: 11px;
	line-height: 1.5em;
	color: #999999;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.footer a:link {
	text-decoration: none;
	color: #999999;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	text-decoration: underline;
	color: #ff9933;
}
.footer a:active {
	text-decoration: none;
	color: #999999;
}
.space {
	margin-right: 25px;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #ff9933;
	line-height: normal;
	letter-spacing: normal;
	padding-top: 10px;
	padding-right: 10px;
}
.bluebox {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.orangebox {
	line-height: 2em;
}

.blueboxbottom {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
hr {
	border_top: 1px dotted #999999;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
}
.orangebold {
	font-weight: bold;
	color: #ff9933;
}
ul {
	list-style-image: url(images/orange_arrow.gif);
	line-height: 2em;
}
.orangeboxbottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcb86;
}
.orangeboxtopline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
body {
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;	
	background-color: #FFFFFF;

}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9933;
}
.sublist {
	list-style-type: square;
}
.blueboxtop {
	background-image: url(images/bluebox_top_plain.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.blueboxtopleft {
	background-image: url(images/bluebox_top_plain.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.blueboxtopright {
	background-image: url(images/bluebox_top_plain.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 2em;
}
.form_back_download {
	background-image: url(images/form_back_download.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


