/* General HTML elements */
body {
    font: 0.7em Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
	color: #979797;
}

a.orange:link,
a.orange:visited {
    color: #f7941d;
	text-decoration: underline;
}
a.orange:hover {
	text-decoration: none;
}

* html a.orange:link,
* html a.orange:visited {
    color: #f7941d;
	text-decoration: underline;
}
* html a.orange:hover {
	text-decoration: none;
}

a.Link15:link,
a.Link15:visited,
a.Link15:hover {
	color: #bd1a8d;
	text-decoration: none;
}
a.Link15:hover {
	text-decoration: underline;
}

a.Link2:link,
a.Link2:visited {
	color: #979797;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
form,
ul,
ul li,
ol li,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	behavior: url("inc-js/pngbehavior.htc");
}

input,
select,
textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}

/* End of: For Windows */

div#outter {
	position: relative;
	width: 1000px;
}

#welcome {
	position: absolute;
    margin-left: 572px;
	top: 10px;
	font-weight: bolder;
	color: #99cf16;
	z-index: 8457800;
}
#welcome a {
	text-decoration: none;
	color: #99cf16;
}
#welcome a:hover {
	text-decoration: underline;
}

div.References {
    width: 520px;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.References hr.Alt3 {
	float: left;
	width: 522px;
	margin-top: 5px;
	margin-bottom: 30px;
	height: 0px;
	border: 1px solid #FFF;
	border-bottom: 1px dashed #f7941f;
}

div.References span.Title {
	color: #a6ce39;
	font-size: 130%;
	font-weight: bolder;
}

div.References p.Link {
    text-align: right !important;
    margin-top: -12px;
    width: 517px !important;
}

div.References p.Link a {
    color: #bd1a8d !important;
    text-decoration: none;
}

div.References p.Link a:hover,
div.References p.Link a:visited {
    color: #f7941d;
    text-decoration: underline;
}
.Space20 {
    position: relative;
    width: 1px;
    height: 20px;
}

/* Popup */
div#contentPopup {
	padding: 20px;
}

div#contentPopup img {
	margin-bottom: 2em;
}
.WrapperAlt {
overflow: visible;
height: 1%;
}
/*.WrapperAlt {*/
html>body .Wrapper {
overflow: hidden;
height: auto;
}

.Hidden {
    display: none !important;
}