body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	background-image: url('');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	
	scrollbar-darkshadow-color:#E7E7E7; 
	scrollbar-track-color:#E7E7E7; 
	scrollbar-face-color:#E7E7E7; 
	scrollbar-shadow-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-3dlight-color:#E7E7E7; 
	scrollbar-arrow-color:#000000;
}

p {
	color: #000000;
	font-size: 12px;
}

p.mai {
	color: #000000;
	font-size: 14px;
	font-weight:bold;
}

table { 
	empty-cells:show; 
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

a {
	color: #0000FF;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}

a.white:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

/* font color */
.white  {
 color : #FFFFFF;
}
.purple  {
 color : #990099;
}
.red  {
 color : #FF0000;
}
.green  {
 color : #33CC00;
}
.blue  { 
 color : #0000FF;
}
.pink {
 color : #FF00FF;
}
.gray {
 color : #999999;
}
.lightgray {
 color : #E7E7E7;
}

/* tree */
DIV.tree_parent
{ 
	font-family : Arial, serif;
	font-size : 12px;
	font-weight : normal;
	cursor: hand;	
}
DIV.tree_child
{
	font-family : Arial, serif;
	font-size : 12px;
	font-weight : normal;
	display:none;	
	cursor: hand;	
}
.tree_icon
{
	margin-right: 5 ;
}
SPAN.tree_data {
	visibility : hidden;
	display :none;
	z-index  : 0;
}

