body {
	background: #cfcfcf;
	margin-top: 20px;
}
td {
	margin: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
a.nav {
  color: white;
  text-decoration: none;
}
a.nav:visited {
  color: white;
  text-decoration: none;
}
a.nav:hover {
  text-decoration: underline;
}

td.title {
	text-align: left;
	background: #000000 url(images/titlegradient.png) repeat-y top right;
	color: white;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	font: italic small-caps bold 36px arial; 
	border-bottom: solid 2px black;
}

td.nav {
	text-align: center;
	background: #000000 url(images/navgradient.png) repeat-x top right;
	color: white;
	height: 25px;
	font: small-caps bold 14px arial; 
	border-bottom: solid 2px black;
}

td.green-left {
	background: url(images/green-left.png) no-repeat;
	width: 14px;
	height: 36px;
	border-bottom: 2px solid black;
}
td.green-right {
	background: url(images/green-right.png) no-repeat;
	width: 14px;
	height: 36px;
	border-bottom: 2px solid black;
}
td.green-mid {
	background: url(images/green-mid.png) repeat-x;
	height: 32px;
	border-bottom: 2px solid black;
	padding-top: 4px;
	color: white;
}


td.red-left {
	background: transparent url(images/red-left.png) no-repeat;
  width:10px;
  height:36px;
	border-bottom: 2px solid black;
}
td.red-right {
	background: transparent url(images/red-right.png) no-repeat;
  width:14px;
  height:36px;
	border-bottom: 2px solid black;
}
td.red-mid {
	background: transparent url(images/red-mid.png) repeat-x;
	color: white;
  height:32px;
	padding-top: 4px;
	border-bottom: 2px solid black;
}

td.grey {
	background: #e9e9e9;
	padding-top: 8px;
}
td.grey-left {
	background: #e9e9e9 url(images/grey-left.png) repeat-y left;
	width: 10px;
}
td.grey-right {
	background: #e9e9e9 url(images/grey-right.png) repeat-y right;
	width: 14px;
}
td.grey-bot-left {
	background: transparent url(images/grey-bot-left.gif) no-repeat;
	width: 10px;
	height: 12px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: 12px;
}
td.grey-bot-right {
	background: transparent url(images/grey-bot-right.gif) no-repeat;
	width: 14px;
	height: 12px;
}
td.grey-bot-mid {
	background: #e9e9e9 url(images/grey-bot-mid.png) repeat-x;
	height: 12px;
}

td.frame-top-left {
	background: #000000 url(images/black-top-left.png) no-repeat;
	width: 6px;
	height: 6px;
}

td.frame-top {
	background: #000000 url(images/black-top.png) repeat-x;
	height: 6px;
}

td.frame-top-right {
	background: #000000 url(images/black-top-right.png) no-repeat;
	width: 8px;
	height: 6px;
}

td.frame-bottom-left {
	background: #000000 url(images/black-bottom-left.png) no-repeat;
	width: 6px;
	height: 8px;
}

td.frame-bottom {
	background: #000000 url(images/black-bottom.png) repeat-x;
	height: 8px;
}

td.frame-bottom-right {
	background: #000000 url(images/black-bottom-right.png) no-repeat;
	width: 8px;
	height: 8px;
}

td.frame-left {
	background: #000000 url(images/black-left.png) repeat-y;
	width: 6px;
}

td.frame-right {
	background: #000000 url(images/black-right.png) repeat-y;
	width: 8px;
}

td.box-body-left {
	background: #cfcfcf url(images/bg-left.png);
	text-align: center;
	vertical-align: top;
	width: 25%;
	padding: 10px 10px 0px 10px;
	border-right: solid 2px black;
}

td.box-body-right {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	background: white;
}

table.site {
	border: solid black 2px;
	border-bottom: solid black 1px;
}

tr.nav {
	background: black;
	color: white;
	font-weight: bold;
	font: small-caps bold 14px arial; 
	text-align: center;
}

td.listbody {
  color: black;
  background: #e9e9e9;
  border-bottom: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 90%;
}

div.ljtags {
	display: none;
}

h1 {
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14pt;
	font-weight: bold;
	font-family: sans-serif;
}