body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#E6EBEE;
	font-size: 0.9em;
}

a:link {
	color: #ED4015;
}
a:visited {
	color: #ED4015;
}
a:hover {
	color: #F9B29E;
}
a:active {
	color: #ED4015;
}

li {
	font-size: 80%;
	line-height: 1.2em;
	padding-left: 1em;
}
img {
border:0em;
vertical-align:middle;
}
#outer {
	position: relative;
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F9B29E;
	background:#FFFFFF;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	padding: 0;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	background:#FFFFFF;
}
#header {
	height:122px;
	width:auto;
}
#trolleybar {
	height:1.7em;
	width:auto;
	background-color:#ED4015;
	border-left: 6px solid #F9B29E;
	border-right: 1px solid #F9B29E;
	color: #FFFFFF;
	font-size: 0.7em;
	vertical-align:middle;
	padding:2px 5px 0px 0px;
	}
	
#trolleybar a:link, #trolleybar a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#trolleybar a:hover {
	color: #F9B29E;
	text-decoration:underline;
}	
	
#content {
	top: 146px;
	margin-left: 164px;
	padding-bottom: 5em;
	line-height: 1.4em;

}
#content p {
	font-size: 0.9em;
	line-height: 1.4em;
}

#content li {
	font-size: 0.9em;
	line-height: 1.4em;
}

.tableHead {
	background-color:#ED4015;
	color: #FFFFFF;
	line-height: 2em;
	font-size: .9em;	
}

.tableBody {
	padding-left: .2em;
	line-height: 1.2em;
	border: 1px solid #F9B29E;
	font-size: .8em;
}

.tableBodySmall {
	padding-left: .2em;
	line-height: 1.2em;
	border: 1px solid #F9B29E;
	font-size: .8em;
}

.tableBodySmallFillBold {
	padding-left: .5em;
	line-height: 1.5em;
	border: 1px solid #F9B29E;
	font-size: .8em;
	background-color:#f9b29e;
}


.Demoimg {
	border:1px solid #ED4015; 
}

.safeLabel {
font-weight:bold;
	color: #ED4015;
}

#content h1 {
	font-size: 110%;
	border-bottom: 1px dotted #ED4015;
}
#content h2 {
	font-size: 100%;
	color: #ED4015;
}
#navigation {
	position: absolute;
	top: 150px;
	left: 1px;
	width: 140px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 140px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 6px 5px 6px 0.5em;
	border-left: 6px solid #F9B29E;
	border-right: 1px solid #F9B29E;
	background-color: #ED4015;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #F9B29E;
	color: #ED4015;
}
#footer {
	font-size: 70%;
	text-align:center;
	color: #333333;
	background-color: transparent;
	border-top: 1px dotted #ED4015;
	padding: 2px;
}
.paymentstageOff {
color:#666666;
}
.paymentstageOn {
	font-weight:bold;
	color: #ED4015;
}
.required {
	background-color: #F9B29E;
}