A.Toolbar:link, A.Toolbar:visited, A.Toolbar:active 
{ 
	color: #70aa0a;
	font-weight: bold;
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	
	text-decoration: none;
}

A.Toolbar:hover 
{ 
	text-decoration:underline; 
	color:#335308;
	font-weight: bold;
}

#ToolBarTop
{
	position:relative;
	width:197px;
	height:100px;
	/*background-image:url(../images/toolbar_top.gif);*/
}

#ToolBarTextBox1{
	width: 190px;
	margin-left:7px;
	background-image: url(../images/toolbar_bg1.gif);
	/*background-color:#FFFFFF;*/
	background-repeat: repeat-y;
	overflow: hidden;
	
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom:0px;
}

#ToolBarTextBox1 h1 {
	color: #70aa0a;
	font-weight: bold;
	font-size: 11px;
}

#ToolBarTextBox1 h1 A.Toolbar:link, #ToolBarTextBox1 h1 A.Toolbar:visited, #ToolBarTextBox1 h1 A.Toolbar:active {
	color: #70aa0a;
	font-weight: bold;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
}

#ToolBarTextBox2 {
	width:190px;
	margin-left:7px;
	
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	
	background-image: url(../images/toolbar_bg2.gif);
	background-repeat: repeat-y;

	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom:0px;
}

#ToolSeparator1{
	position:relative;
	width:197px;
	height:43px;
	background-image:url(../images/toolbar_separator1.gif);
	margin: 0px;
	padding: 0px;
}

#ToolSeparator2 {
	position:relative;
	width:197px;
	height:21px;
	background-image:url(../images/toolbar_separator2.gif);
	margin: 0px;
	padding: 0px;
}

#ToolBarBottom {
	position:relative;
	width:197px;
	height:30px;
	background-image:url(../images/toolbar_bottom.gif);
}

#Toolbar UL.Month {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#Toolbar UL {
	list-style-type:none;
	padding-left:0px;
	margin:0px;
}
#Toolbar LI {
	padding: 0px;
	margin: 0px;
}
