body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ctable {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -210px;
	margin-left: -380px;
	height: 420px;
	width: 760px;
}
.toptable {
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
}
.bottomtable {
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
}
.content {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	height: 278px;
	margin-left: 10px;
	padding-left: 10px;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px 7px;
	height: 20px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	left: 0px;
	bottom: 0px;
}
.navlinkactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	padding: 4px 7px;
	height: 20px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	left: 0px;
	bottom: 0px;
}	
#navstrip {
	position: relative;
	height: 20px;
	bottom: -3px;
}
