body {
	background-color: #a5331b;
	background-image:   url(../images/template/background-body.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body, div, p, th, td, li, dd, dl, dt {
	color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
a {
	color: #FFFFFF;
}
a {
	text-decoration: none;
}

td#ImageColumn {
	padding-bottom: 10px;
}
td#ContentColumn {
	padding-left: 12px;
	padding-bottom: 10px;
}

table#OuterBox {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
td#OuterBox-Title {
	background-color: #444444;
	border-top: 1px solid #6c6c6c;
}
td#OuterBox-Body {
	background-image:   url(../images/template/background-bottomhalf.gif);
	padding-bottom: 10px;
	border-bottom: 1px solid #6c6c6c;
}

td#Content {
	padding: 8px;
	padding-top: 10px;
	background-image:   url(../images/template/border-top.gif);
	background-repeat: repeat-x;
}

td#LinkBar {
	background-image:   url(../images/template/border-top-middle.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}

td#LinkBar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td#LinkBar b {
	color: #FFFF99;
}

td#LinkBar td#LinkBar-Label {
	padding-right: 5px;
}

td#LinkBar a {
	color: #c4c4c4;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
td#LinkBar a:hover {
	background-color: #666666;
}

td#LinkBar td#SelectedLink a {
	background-color: #969696;
	color: #3a3a3a;
}
