/* CSS Document */
body{
	margin:0px;
	background-image:url(../images/bg.gif);
}

.menu{
	float:left;
	width:100px;
	height:38px;
	background-image:url(../images/menu_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:15px;
	padding-left:30px;

}

a.item:link{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.item:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.item:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#379CEB;
	text-decoration:underline;
}


.welcome{
	font-family: "Trebuchet MS";
	font-size:23px;
	color:#187BC8;
	font-weight:normal;
	font-weight: normal;
}

.body_text{
	font-family: Tahoma;
	font-size:11px;
	color:#000000;
	position:relative;
}

.body_text_bold{
	font-family: Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	position:relative;
}



.title{
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight: normal;
	color:#187BC8;
}


a.f_item:link{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a.f_item:visited{
	font-family:Tahoma;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}
a.f_item:hover{
	font-family:Tahoma;
	font-size:11px;
	color: #993300;
	text-decoration: none;
}


.footer{
	font-family:Tahoma;
	font-size:11px;
	color:#9AA1A6;
}

a.board:link{
	font-family:Tahoma;
	font-size:11px;
	color:#187BC8;
	text-decoration:none;
}

a.board:visited{
	font-family:Tahoma;
	font-size:11px;
	color: #187BC8;
	text-decoration:none;
}
a.board:hover{
	font-family:Tahoma;
	font-size:11px;
	color: #000099;
	text-decoration: none;
}

.toggleopacity{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border:0px;

}
a.foot_item:link{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

a.foot_item:visited{
	font-family:Tahoma;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
a.foot_item:hover{
	font-family:Tahoma;
	font-size:11px;
	color: #993300;
	text-decoration:underline;
	
}

.d_body
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/chart_bg.png', sizingMethod='scale',enable='true');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.d_body[class]
{
	background-image:url(../images/chart_bg.png);
}

#treeBox
{
	font-family:Tahoma;
	font-size:12px;
}
