body {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}

.button {
	background-image: url('../images/sidebar_bg.gif');
	background-repeat: repeat-x;
	vertical-align: center;
	text-align: left;
	padding-left: 8px;
}
               

.t1 {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover.t1 {
	text-decoration: underline;
	color: #1D4E0C;
}
             
.sidebarContent {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	padding: 8px;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
