body {
  font-family:  verdana, tahoma, helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
font-size: 10px;
}

div {
font-size: 10px;
}

p {
font-size: 10px;
}

a {
font-size: 10px;
        color: #0A2A07;
	font-weight: bold;
	text-decoration: none;
}

a:visited {

	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.alba {
        color: #FFFFFF;
	
	text-decoration: none;
}

a.alba:visited {

	
	text-decoration: none;
}

a.alba:hover {
	text-decoration: underline;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 3px;
margin-left: -35px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.inputtext {font-family:Arial;font-size:9pt;color:#ffffff; height:18px; border: 1px; border-style: solid; border-color: #999999; background-color:#000000;}