html {
	overflow: auto;	
}

body {
	position: relative;   
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 5pt;
    margin: 0;
	padding: 0;
	color: #333300;
	background-color: #fbe8d9;
	overflow: hidden;
	width: 99%;
	padding: 1em 0%;
}

hr { 
    height: 6px;
    max-width: 599px;
	border: 1px solid #AAAAAA;
	color: #fff;
    background-color: #fff;
}

#vuileVettigesidebarIEfixBah,  #loginout {
	visibility: hidden;
	display: none;
}

.bgMestbank {
	background-color: #D49F00;
}

.bigCell {
	width: 100%;
	padding-top: 8pt;
	height: 100%;	
}

.bgSanitel {
	background-color: #F1F100;
}

* a,
* a:visited {
	font-weight: bold;
	color: #660000;
	font-size: 5pt;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.divCenter {
	text-align: center;
}

.divLeft {
	text-align: left;
	width: 50%;
}

.divContainer {
	text-align: center;
	margin: 1em auto;
}

.wideTDs td {
	padding-right: 10px;
	padding-left: 10px;
}

table, tr, td, th {
/*	text-align: center;*/
	font-size: 5pt;
	padding: 2px;
}

.tableBorder {
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	margin-bottom: 9pt;
	width: 100%;
	padding: 4px;
}

.labelLeft {
	text-align: left;
/*	white-space: nowrap;*/
}

.labelRight {
	text-align: right;
}

.labelCenter {
	text-align: center;
}

.fat {
	font-weight: bold;
}

.tableBorder td {
	border: 1px solid #AAAAAA;	
}

.noTableBorder, .noTableBorder td {
	border: none;
}

.tableHead {
	background: #e5d2b1;
	text-align: center;
}

.tableHeadAlignLeft {
	background: #e5d2b1;
	text-align: left;
}

.smallTableHead, .smallTableHead td {
	background: #e5d2b1;
	text-align: center;
	font-size: 4pt;
}

.smallTableHead td {
	width: 20px;
}

.tinyTinyVeryVerySmall {
	font-size: 3pt;	
}

.labelRight a {
	text-decoration: underline;
	color: #003399;	
}

.smallTableHead td a {
	font-weight: normal;
	cursor: pointer;
	font-size: 5pt;
	color: #333300;
	text-decoration: underline;
}

.mono {
	font-family: monospace;
}

tr, td, th {
	border: none;
	padding-left: 5px;
}

.tableGreenHead {
	background: #CCCC99	;
	text-align: center;
	font-weight: bold;
	border-bottom: none;
}

.tableGreenSubHead {
	background: #e5d2b1;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.tableGreenFooter {
	text-align: right;
	font-weight: bold;
	padding-left: 5px;
}

.tableGreen table, tr, td {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


.halfTd {
	width: 50%;
}

.rightBorder {
	border-right: 1px solid #AAAAAA;
}

.leftBorder {
	border-left: 1px solid #AAAAAA;
}

th {
	border-bottom: 1px solid #222222;
}

H1, H2, H3 {
	font-family: arial,verdana, helvetica;
	color: #660000;
	margin:	0px;
	border-bottom: 1px solid #333300;
	margin-bottom: 12px;
}

H2 {
	font-size: 7pt;
}

H3 {
	font-size: 6pt;
	border-bottom: none;
}

#loginDiv {
	margin: 0 auto;
	width:450px;
	text-align: left;
	border-left:
	#ccc 1px solid;
	border-right: #ccc 1px solid;	
}

#loginDivLogo {
	margin: 0 auto;
	margin-top: 150px;
	width:450px;
	text-align: left;
	border: #ccc 1px solid;	
}

#header, #sidebar {
	display: none;
}

#imglink:hover {
    background-color: #EAC7C8;	
}

#wrapper {
	height: 1000px;
/*	margin: 0px auto;
	overflow: auto;*/
	position: relative;
/*	width: 95%;*/
	border-bottom: 1px dotted #333300; 
	display: block;
}

.small, .small a, .small a:visited {
	font-size: 4pt;
	font-weight: normal;
	border: none;
}

.headerImage {
	text-align: center;
}

.mainPageFixedWidth {
	width: 14%;
	text-align: center;
}

.errorMessage {
  background: #FFCCCC;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  width: 99%;
  list-style: none;
}

.infoMessage {
  background: #CCCC99;
  font-weight: bold;
  color: #375A35;
  display: block;
  margin-top: 5px;
  width: 99%;
  list-style: none;
}

.messagesDiv {
  position: absolute;		
  top: 30px;
  overflow: auto;
  overflow-x:hidden;
  width: 75%;
  height: 60px;
	
}

.werkzoneDiv {
  position: relative;		
  top: 43px;
}

.numerics {
	color:#003399;
	letter-spacing:3pt;
}