BODY
{
    COLOR: 6F3C1B;
    FONT-STYLE: normal
	font-family:Tahoma;
	font-size:0.875em;
}

.Tahoma
{
    FONT-FAMILY: Tahoma
}
.TahomaWhite
{
	COLOR: white;
    FONT-FAMILY: Tahoma
}
.TahomaWhiteSmall
{
	FONT-SIZE: small;
	COLOR: white;
    FONT-FAMILY: Tahoma
}

.TahomaSmall
{
	FONT-SIZE: small;
    FONT-FAMILY: Tahoma
}
H2
{
    COLOR: 6F3C1B
}

table.maxwidth
{
 	width:100%;
 	vertical-align: top;
	background-color:lightyellow;
	border:0;
	padding:15px;
	spacing:15px;
	FONT-SIZE: small;
    FONT-FAMILY: Tahoma
}


/* Page with left nav bar */
table.main
{
 width:900;
}
td.leftnavbar
{
	vertical-align: top;
	background-color:#FFEFBF;
	width: 160
}
ul.menu
{
 	list-style-type: circle;
 	margin:5;
}

/* Table with alternating row colors */
tr.heading
{
	font-weight: bold;
	color: #333333;
	background-color: #FFC57F;		/* background-color: #EBEEF7; */
	line-height: 22px;
}
tr.evenTableRow
{
	background-color: #FFF7DF;
}
tr.oddTableRow
{
	background-color: #FFEFBF;
}

