body {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.header {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: 061f26;
}
.footer {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #061f26;
}
.bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.body {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.textfield {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.paragraph {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.paragraphbold {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#ecafebar {
	width: 100%;
	background-color: #000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3c8133;
	border-left-color: #3c8133;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8BA9B4;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	color: #FFF;
	z-index: 10000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	float: left;
}

#ecafebar ul
{
	white-space: nowrap;
	border-collapse:collapse;
	background-color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width:1100px;
	margin-left: auto;
}

#ecafebar ul li
{
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ecafebar ul li a {
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	float: left;
	z-index: 1000;
	position: relative;
	text-decoration: none;
}

#ecafebar ul li a:hover
{
	color: #FFF;
	text-decoration: underline;
}


