/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D77A4E;
}
.txtnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style13 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: "Myriad Web";
}
.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txtgrey10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.txtgrey2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.txtwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.txtwhite10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.txtredbold {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txtgreen {
	color: #529F48;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txtgreebbold {
	color: #529F48;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.txtblue {
	color: #2855b6;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style6 {	font-family: "Myriad Web";
	font-size: 13px;
	color: #666666;
}
.style7 {font-family: "Myriad Web"; font-size: 13px; font-weight: bold; color: #666666; }


.txtblack {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.txtred {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	}
.txtgrey {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; }

.txtrequired {
font-size: 10px; 
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0E3295;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #ffff00;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left:0px; 
margin-right:0px;
padding-left: 0px;
margin-bottom: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(ttfgroup/lz_images/leftbg.gif) no-repeat;
list-style-type: none;
margin-left:0px; 
margin-right:0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: left 0px;
cursor: hand !important;
cursor: pointer !important;
padding-left: 0px;
margin-bottom: 0px;
}


.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;
}