body
{
	//background-image: url(/images/bg.jpg);
	background-color: white;
}

td.footer
{
	background-color: white;
	border: 1px solid black;
	border-top: 1px solid black;
	background-image: url('/images/footer.gif');
	background-repeat: repeat-x;
	height: 12px;
	font-size:6px;
	
}

A:link{
color: black;
}

A:visited{
color: #CC3399;
}

td.sideBar
{
	width:175px;
	background-color: #f9cada;
	height:500px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-top:33px;
	//background-image: url('/images/sideBg.gif');
	//background-repeat: repeat-x
}

table.main
{
	width:804px;
	background-color: white;
}

div.divSideBar
{
	margin-top:37px;
	margin-left:2px;
}

td.content
{
	width:629px;
	border-right: 1px solid black;
}

div.contentBox
{
	margin-top:37px;
	margin-left:5px;
	margin-right:5px;
	background-color: white;
}

div.header
{
	border: 2px solid black;
}