.pageTitle {
             font-family: Arial, Helvetica, sans-serif;
             font-size: 20px;
             font-weight: bold;
             text-align: left;
             margin-top: 2em;
             padding-top: 20px;
             padding-left: 130px;
             overflow: visible;
             background-image: url("http://dlxs.org/images/dlxslogo_01.gif");
             background-repeat: no-repeat;
             padding-bottom: 25px;
             }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2em;
}
.updateTable {
	font-style: italic;
	font-size: 12px;
	color: #666666;
}

pre, tt, code, .command {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	font-weight: bold;
}

body {
       margin: 2.5em;
       margin-top: .5em;
       margin-left: 2.5em;
       margin-right: 2.5em;
       margin-bottom: 2.5em;
       font-size: 1em;
       line-height: 1.25em;
       font-family: Arial, Helvetica, sans-serif;
       background-image: url("http://dlxs.org/images/dlxs2ndlvlbkgndC.gif");
       
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: .1em solid black;
	border-collapse: collapse;
}

td {
	padding: .7em;
	spacing: 0em;
	background: white;
	border: .1em solid black;
	vertical-align: top;
	}
	
th {
	color: black;
	font-weight: bold;
	padding: .7em;
	spacing: 0em;
	background: white;
	border: .1em solid black;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.markupsnip {
	font-family: "Courier New", Courier, mono;
	background-color: E5E5E5;
	margin: 3px;
	padding: 15px;
	width: 90%;
	border: 1px solid #666666;
	font-size: 12px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2em;
	font-style: italic;
}
.alert {
	color: #FF0000;
}

