BODY
{
	background-color: #EBEBEB;
	margin: 0px;
}

A, A:link, A:visited
{
	color: #6B6B6B;
	text-decoration: none;
}

A:hover
{
	color: #9A9A9A;
}

.body_left
{
	background-image: url(../../img/body/bdy_blend_l.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 10px;
	padding: 0px;
}

.body_cleft
{
	background-image: url(../../img/body/bdy_corner_l.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	padding: 0px;
}

.body_cright
{
	background-image: url(../../img/body/bdy_corner_r.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	padding: 0px;
}

.body_right
{
	background-image: url(../../img/body/bdy_blend_r.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 10px;
	padding: 0px;
}

.body_bottom
{
	background-image: url(../../img/body/bdy_blend_b.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 10px;
	padding: 0px;
}

.body
{
	background-image: url(../../img/body/wire.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
	table-layout: fixed;
	width: 770px;
	border: solid 0px;
	color: #4a7a9e;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

.vertical_spacer
{
	width: 3px;
	padding: 0px;
}

.page
{
	table-layout: fixed;
	border-collapse: collapse;
	border: solid;
	border-width: 0px;
	border-color: black;
	border-spacing: 0px;
	vertical-align: top;
	padding: 0px;
}

.bottom_page
{
	background-image: url(../../img/body/bottom_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0px;
	height: 64px;
	border-collapse: collapse;
	border: solid;
	border-width: 0px;
	border-color: #E9E9E9;
	border-spacing: 0px;
}
