.black10
        {
        text-decoration: none;
        color: #000000;
        font-size: 10pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }
.black7
        {
        text-decoration: none;
        color: #000000;
        font-size: 7pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }
.lankar
	{
	text-decoration: none;
	color: #9E9E9E;
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.lankarrod
	{
	text-decoration: none;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7˝pt;
	}
.lankar2
        {
        text-decoration: none;
        color: #9E9E9E;
        font-size: 10pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }
.lankarF
        {
        text-decoration: none;
        color: #FFB300;
        font-size: 8pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }
.lankarB
        {
        text-decoration: none;
        color: #00209F;
        font-size: 8pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }
.lankarE
        {
        text-decoration: none;
        color: #2F8927;
        font-size: 8pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }

#demo {
	margin: 0;
	padding: 1px 2px 10px 10px;
	clear: both;
	height: 300px;
}

#demo p.links {
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 5px;
}
#demo a, #demo a:visited {
	white-space: nowrap;
	color: #800000;
	cursor: pointer;
}
#demo .step {
	background: #F9F9F9  left top no-repeat;
	margin: 0 0 1px 20px;
	padding: 0 20px 0 40px;
}
#demo .current {
	background: #EFF0F0 left top no-repeat;
	padding-top: 15px;
	padding-bottom: 5px;
}
#demo .step p {
	display: none;
}
#demo .current p {
	display: block !important;
}
#demo h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 58px;	
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#demo h3 span {
	color: white;
	float: left;
	margin-left: -30px;
	font-weight: 800;
}
#demo h3 span.red {
	color: red;
	float: none;
	margin-left: auto;
	font-weight: inherit;
	text-decoration: none !important;
	display: inline;
}
#demo .current h3 {
	line-height: normal;
}
#demo .current h3 span {
	display: none;
}
#demo .current h3 span.red {
	display: inline;
}
#demo .current h3 a {
	text-decoration: none;
	color: #800000;
	cursor: default;
}
	

