body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color: #000000;	
}
table {
	font-size: 12px;	
	color: #000000;	
}
td {
	font-size: 12px;	
	color: #000000;	
}

div {
	font-size: 12px;	
	color: #000000;	
}

a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:link,a:visited,a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}
.listlink{
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
}
.listlink a {
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
}
.listlink a:link,a:visited,a:active {
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
	}
.listlink a:hover {
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;

}
form {
margin:0px;
padding:0px;
}
.listth {
background:url(../images/bg.gif) repeat-x center top;
	
}
/**TREE**/
.tree-control {
  font-family: arial, verdana, geneva, helvetica, sans-serif;
  font-size: 70%;
  line-height: 1.0;
}
.tree-control a {
  color: black;
}
.tree-control-selected {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.tree-control-unselected {
  color: black;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}


/***/
#listable {
	width:100%;
	text-align:center;
}
#listable table {
	width:98%;
	border:5px solid #B5DEFF;	
	border-style:solid ;
	border-collapse: collapse;
}
#listable th {
	padding:4px;
	border:0px;
	font-size:14px;
	background:url(../images/bg.gif) repeat-x center top;
	border:1px solid #ffffff;	
}
#listable th a {
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
}
#listable th a:link,a:visited,a:active  {
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
}
#listable th a:hover {
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
}
#listable td{
	padding:2px;
	border:0px;
	height:20px;
	border:1px solid #dddddd;
	text-align:center;
}
#listable td a {
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
}
#listable td a:link,a:visited,a:active  {
	font-size: 12px;
	color: #274274;
	text-decoration: underline;
}
#listable td a:hover {
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
}

