/* CSS Document */
html,body { 
	overflow: auto;
	margin: 0;
	}

.h1 
{
	font-family: georgia;
	padding-top: 20px;
	font-size: 14pt;
	font-style: normal;
	color:#641D01;
}


.steps1 {
	font-family: arial;
	padding-top: 10px;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
}

.steps-bold 
{
	font-family: arial;
	padding-top: 10px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#641D01;
	text-align:left;
}

.steps2 {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #863514;
}

.footer { padding-top:10px;
	font-family: verdana;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #B2B2B2;
	text-align: center;
}
