BODY {
	background-color:#F1F1F1;
	margin: 0,0,0,0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto; 
}
h1 {
	font-family:Tahoma;
	font-size:13px;
        font-weight:bold;
}
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

td.pic {
	text-align: center;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color:#003399;
}
a:hover {
	text-decoration: none;
}
a.1 {
	text-decoration: underline;
	color:#FFFFFF;
}
.t10 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
}


.menu {
	padding-left: 10px;
	padding-top: 3px;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	border-top-width: 1px;	
	border-top-style: solid  ;	
	border-top-color: #ffffff;	
}	
			
menu:hover{text-decoration:underline;cursor:pointer;cursor:hand;}

.LIleft{
     list-style-image: url('../graphics/li_dot.gif');
    color:#679B16;
    margin-bottom:5px;
}

.LIother{
     list-style-image: url('graphics/li_dot.gif');
    color:#679B16;
    margin-bottom:5px;
}

.submit {
  font-weight:normal;  
  font-size: 10px;
  font-family: verdana;
  color: #FFFFFF;
  background-color:#FF6600;
  padding:2px;
  Border-bottom-width:0px;
  Border-left-width:0px;
  Border-right-width:0px;
  Border-top-width:0px; 
  cursor:pointer;
  cursor:hand; 
}

.textbox {
  color:#000000;
  font-family:verdana;
  font-size:10px;
  width: 350px;
}

.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(../graphics/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
margin-left: -10px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../graphics/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;
}



a.tree  {
    color:#000000;
    text-decoration:none;       
}

a.tree:hover {
    text-decoration:none;   
}