

a:link {
	font-family : Tahoma,Verdana,Arial;
	font-size: 9pt;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
font-family : Tahoma,Verdana,Arial;
	font-size: 9pt;
	color: #0BA1E7;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-family : Tahoma,Verdana,Arial;
	font-size: 9pt;
	color: #ED4419;
	font-weight: regular;
	text-decoration: underline;
}

.Labels {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: regular;
}
.Labels_B {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.Labels_N{
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
.Labels_N_10{
	font-family : Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
.Labels_B_10{
	font-family : Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.text{
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.text_small{
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.Labels_N_8_black{
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.Labels_B_10_White{
	font-family : Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.Labels_B_10{
	font-family : Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #005A89;
	text-decoration: none;
	font-weight: bold;
}

input {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: regular;
}
span {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style:italic
	
}
select {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: regular;
}
div {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: regular;
}
ul {
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: regular;
}
td{
	font-family : Tahoma,Verdana,Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: regular;
	
}
@media screen
{
.printOnly {display: none;}
}
@media print
{
.displayOnly {display: none;}
}
.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)*/
background: white url(../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/closed.gif) no-repeat left 1px;
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;
}