@charset "utf-8";
/* CSS Document */

body,td,th {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#menu-decoration {
	background: url(images/csb_02.png) no-repeat top left;
	width: 434px;
	height: 216px;
}

#wrapper {
	background: url(images/csb_18.png) no-repeat top left;
	vertical-align: top;
	height: 406px;
}

#content {
	width: 728px;;
}

#content-decoration {
	background: url(images/csb_17.png) no-repeat top left;
	width: 215px;
}

#leftborder {
	background: url(images/border.left.png) repeat-y;
}

#rightborder {
	background: url(images/border.right.png) repeat-y;
}

#topborder {
	background: url(images/border.top.png) repeat-x;
}

#topleftborder {
	background: url(images/border.top.left.png) no-repeat;
	width: 18px;
	height: 18px;
}

#toprightborder {
	background: url(images/border.top.right.png) no-repeat;
	width: 18px;
	height: 18px;
}

#bottomborder {
	background: url(images/border.bottom.png) repeat-x;
}

#bottomleftborder {
	background: url(images/border.bottom.left.png) no-repeat;
	width: 18px;
	height: 18px;
}

#bottomrightborder {
	background: url(images/border.bottom.right.png) no-repeat;
	width: 18px;
	height: 18px;
}

#footer {
	font-size: x-small;
}

.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}

.blacklink {
	color: #000000;
	text-decoration: none;
}