body {
	margin:0px;
	font-family: Helvetica;
	background: url(images/bg_grad.gif) repeat-x top;
	line-height: 21px;
	font-size: .95em;
}

td.left-menu-cell {
	padding: 9px 4px 9px 4px;
	text-align: right;
	border-top: 2px solid #ededed;
	background: #103110 url(images/cell_grad.gif) repeat-x top left;
	cursor: pointer;
}

td.left-menu-cell-active {
	background-color: #dde6dd;
	padding: 9px 4px 9px 4px;
	text-align: right;
	border-top: 2px solid #ededed;
	cursor: pointer;
}

td.left-menu-cell-hover {
	background-color: #dde6dd;
	padding: 9px 4px 9px 4px;
	text-align: right;
	border-top: 2px solid #ededed;
	cursor: pointer;
}

hr.left-menu {
	border-bottom: 1px solid #ededed;
	margin: 8px 0 5px 0;
	padding: 0;
}

a.left-menu {
	color: #ededed;
	font-size: 14px;
	text-decoration: none;
}

a.left-menu-active {
	color: #343434;
	font-size: 14px;
	text-decoration: none;
}

a.left-menu-hover {
	color: #343434;
	font-size: 14px;
	text-decoration: none;
}

a.other-links {
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	font-family: Arial;
}

td.other-links {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px;
	text-align: center;
	line-height: 17px;
}

h2 {
	font-size: 1.2em;
	color: #103110;
}

h3 {
	font-size: .98em;
	color: #000000;
}

p.logos {
	font-size: 12px;
}

img.alignright {
	float:right;
}