@import 'dtree.css';
@import 'dtree.css';

html {
	height: 100%;
}

body {
	margin: 0;
	background: #E3D1DE url(/pics/bg_page1.jpg) repeat-y center;
}

body, td, p {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

div.balk {
	margin: 0;
	height: 1px;
	background: #E3D1DE;
	font-size: 0px;
}

table.center {
	width: 760px;
}

table.center a {
	text-decoration: none;
}

table.center a span {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 1px;
	line-height: 17px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

#menuCol {
	padding-left: 5px;
	width: 180px;
	font-size: 12px;
	line-height: 20px;
}

#bodyTbl {
	width: 538px;
	background: #fff;
	margin: 10px 10px 0 0;
}

#bodyTbl td.nw { background: url(/pics/north_west.jpg) no-repeat; width: 27px; height: 27px; }
#bodyTbl td.n  { background: url(/pics/north.jpg) repeat-x;  height: 27px; }
#bodyTbl td.ne { background: url(/pics/north_east.jpg) no-repeat; width: 27px; height: 27px; }
#bodyTbl td.w  { background: url(/pics/west.jpg) repeat-y;  width: 27px;  }
#bodyTbl td.e  { background: url(/pics/east.jpg) repeat-y;  width: 27px; }
#bodyTbl td.sw { background: url(/pics/south_west.jpg) no-repeat; width: 27px; height: 27px; }
#bodyTbl td.s  { background: url(/pics/south.jpg) repeat-x;  height: 27px; }
#bodyTbl td.se { background: url(/pics/south_east.jpg) no-repeat; width: 27px; height: 27px; }

#bodyTbl {
	font-size: 12px;
}

#bodyTbl a {
	color: #B3228A;
	text-decoration: underline;
	font-weight: bold;
}
a.hover, a.active, a.link, a.visited {
	color: #B3228A;
	text-decoration: underline;
	font-weight: bold;
}

.req {
	color: red;
}