body 
{
	background: #666666 url(../background.gif) repeat-x fixed top; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 20px;	
}
td, th
{
	font-size: 10px;
}
textarea, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
}

.italic 
{  
	font-style: italic;	
}
.bold
{  
	font-weight: bold;
}
.gray
{
	color:#999999;
}
.red
{
	color: #990000;
}
.title
{  
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.footer
{
	color: #CCCCCC;
}
		
a:link 
{
	color: #999999;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: underline;
}
a:visited 
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover 
{
	color: #999999;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: none;
}
a:active 
{
	color: #999999;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: none;	
}
a.menu:link
{
	color: #CCCCCC;
	font-size: 10px;	
	font-weight: bold;	
	text-decoration: none;
}
a.menu:visited  
{
	color: #CCCCCC;
	font-size: 10px;	
	font-weight: bold;	
	text-decoration: none;
}
a.menu:hover 
{
	color: #666666;
	font-size: 10px;	
	font-weight: bold;	
	text-decoration: none;
}
a.menu:active 
{
	color: #666666;
	font-size: 10px;	
	font-weight: bold;	
	text-decoration: none;
}
a.footer:link 
{
	color: #CCCCCC;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: none;	
}
a.footer:visited 
{
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
}
a.footer:hover 
{
	color: #333333;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: none;
}
a.footer:active 
{
	color: #333333;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: none;	
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}