body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #000000;
}

h1 {
	font-family: Futura-CondensedBold, Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0077c0;
}

h2 {
	font-family: Futura-CondensedBold, Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0077c0;
}

#ddimagetabs{
}

#ddimagetabs a{
	text-decoration: none;
	font: bold 12px Arial; /*tab font */
	color: black; /*font color */
	width: 86px; /*width of tab image */
	height: 18px; /*height of tab image */
	float: left;
	display: block;
	margin-left: 4px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	background-image:url(bluetab.jpg); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
	color: black;
}

#tabcontentcontainer{
	width:100%; /*width of 2nd level content*/
	height:14px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabcontent a{
	color:#333333;
	text-decoration:none;
}

.tabcontent a:active
{
	color:#000000;
}

.tabcontent a:hover
{
	color:#000000;
	text-decoration:underline;
}

* Our stuff again

.index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.index a
{
	color:#333333;
	text-decoration:none;
}

.index a:active
{
	color:#000000;
}

.index a:hover
{
	color:#000000;
	text-decoration:underline;
}

.tabBkgnd {
	background-color: #bdecff;
	width: 100%;
	vertical-align: middle;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.footer a
{
	color:#333333;
	text-decoration:none;
}

.footer a:active
{
	color:#000000;
}

.footer a:hover
{
	color:#000000;
	text-decoration:underline;
}

.text {
	font-family: Futura-CondensedLight, Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #bdecff;
	font-weight: bold;
}

.tableSteps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}

.tableText {
	background-color: #E7E7E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	text-align: center;
	padding: 5pt;
	margin: 0px;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.tableNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	padding-bottom: 5pt;
	color: #336698;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.tableIcons {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	text-align: center;
	padding: 0pt 5pt 5pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.stepSample {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.stepNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	font-weight: bold;
}

.buttonText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #562E09;
}

.buttonText a{
	color: #562E09;
	text-decoration:none;
}

.buttonText a:active{
	color: #562E09;
}

.buttonText a:hover{
	color: #562E09;
	text-decoration:underline;
}

