body {
	margin: 0px;
	font-size: 15px;
	color: #333333;
	font-family: Trebuchet MS;
	background: #ccddee;
}

a {
	color: #0066cc;
	text-decoration: none;
}
td {
		vertical-align: top;
}
.tdleftshade {
	background: grey;
	border-left: blue;
	width: 20px;
}
.left_shade_repeater {
	background: #ccddee url('/assets/images/left_shade_repeater.png') repeat-y top;
	background-color: #ccddee;
	width: 20px;
}
.tdrightshade {
	background: grey;
	border-right: blue;
	width: 20px;
}
.right_shade_repeater {
	background: #ccddee url('/assets/images/right_shade_repeater.png') repeat-y top;
	background-color: #ccddee;
	width: 20px;
}
.table_inner_header {
	background: #ccddee url('/assets/images/table_inner_header_image.png') no-repeat top left;
	height: 20px;
}
.table_inner_footer {
	background: #ccddee url('/assets/images/table_inner_footer_image.png') no-repeat top left;
	height: 20px;
}
.table_outside {
	width: 850px;
}
.table_inner {
	width: 650px;
	background: #ffffff;
}
.table_left_content {
	width: 150px;
	vertical-align: top;
	background: #ccddee;
}
.table_right_content {
	width: 130px;
	vertical-align: top;
	background: #ccddee;
}
.left_content_menu {
	width: 114px;
}