A.nav:link {
	COLOR: white;
	font-weight: bold;
}
A.nav:active {
	COLOR: white;
	font-weight: bold;
}
A.nav:visited {
	COLOR: white;
	font-weight: bold;
}
A.nav:hover {
	COLOR: red;
	font-weight: bold;
}
body {
	background-color: #CCCCCC;
}
td.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/buttonSmall.gif);
	background-repeat: repeat-x;
	height: 30px;
}
td.panel_left {
	text-align: center;
	background-image: url(../images/layout/left_panel.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 150px;
}

td.panel_right {
	text-align: center;
	background-image: url(../images/layout/right_panel.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 150px;
}

td.copyright {
	font-size: x-small;
	color: #000000;
	text-align: center;
	background-image: url(../images/layout/copyright.gif);
}
td.body {
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

