body, html
{
	margin: 0px 0px 0px 0px;
	background-color: #CCBF77;
}

body, table, td
{
	font-family: tahoma, arial, chicago;
	font-size: 11px;
	font-weight: none;
	font-style: none;
	color: 000000;
}

.title {font-size: 17px; font-weight: bold;} 
.sh { font-size: 14px; font-weight: bold; }

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 178px 0 0; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#rightcolumn{
float: left;
width: 178px; /*Width of right column in pixels*/
margin-left: -178px; /*Set margin to -(RightColumnWidth)*/
}

a
{
	font-family: arial, tahoma, chicago;
	color: #000000;
	font-weight: none;
	text-decoration: underline;
}

a:link
{
	font-family: arial, tahoma, chicago;
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	font-family: arial, tahoma, chicago;
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	background: none;
	text-decoration: underline;
}

