body {
	background-color: #E1E1E1;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: 554B33;
}
a {
	font-family: Trebuchet MS;
	font-size: 11px;
/*	color: 554B33; */
}
a:link {
	text-decoration: none;
	/*	color: 554B33; */
}
a:visited {
	text-decoration: none;
/*	color: 554B33; */
}
a:hover {
	text-decoration: underline;
/*	color: 554B33; */
}
a:active {
	text-decoration: none;
/*	color: 554B33; */
}
.leftRightBorder
{
border-left: solid 1px #E5CC8C;border-right: solid 1px #E5CC8C;
}