.main
{
	overflow:auto;
	position:relative;
	height: 170px;
	width: 290px;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #CC0000;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: black;

}

.leftMenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	list-style-image: url(images/bullet_red.gif);
	list-style-type: square;


}
.content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	word-spacing: 1.5pt;
}

a {
	text-decoration: none;
	color: #CC0000;


}
.aNew {
	text-decoration: underline;
	color: #CC0000;

}
