body {
	background-color: GHOSTWHITE;
	font-family: sans-serif;
}
a:link {
	color: MediumVioletRed;
	font-weight: bold;
}
a:visited {
	color: PaleVioletRed;
	font-weight: normal;
}
img.siteLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1.loaders {
	display: table;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 48px;
	/*color: MEDIUMSLATEBLUE;*/
	color: SteelBlue;
	background-color: FloralWhite;
	border-top: 1px dotted black;
	border-bottom: 1px dotted gray;
}
address.ownerAddress {
	font-family: sans-serif;
	font-size: 10px;
	text-align: right;
}
footer {
	margin-top: 30px;
	vertical-align: bottom;
    width: 95%;
}
article.loader {
	font-family: sans-serif;
}
div.loaderBase {
	font-family: sans-serif;
	text-align: left;
}
h1.loaderTitle {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: INDIANRED;
}
div.loaderInfo {
	display: inline-block;
	width: 35%;
	border-style: solid;
	border-color: LIGHTSTEELBLUE;
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: top;
}
div.loaderDetails {
	display: inline-block;
	width: 55%;
	border-style: solid;
	border-color: LIGHTSTEELBLUE;
	margin-left: 16px;
	padding: 6px 6px 6px 6px;
	text-align: left;
}
span.valueTable {
	display: inline-block;
	font-size: 18px;
	color: TOMATO;
}
span.valueName {
	display: inline-block;
	width: 200px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}
span.valueNameLong {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}
span.lvalue {
	display: inline-block;
	width: 200px;
	text-align: right;
}
div.valueContainer {
	margin-left: 16px;
}
.loaderSource {
	margin: 20px 0px 0px 10px;
	width: 90%;
	border-style: solid;
	border-color: LIGHTSTEELBLUE;
	font-family: monospace;
}
.sourcecode {
	padding: 6px 6px 6px 6px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.cL {
	display: inline-block;
	width: 100px;
	color: DARKCYAN;
}
.cM {
	display: inline-block;
	width: 48px;
	font-weight: bold;
}
.cO {
	display: inline-block;
	padding-right:30px;
}
.cC {
	display: inline-block;
	color: ROYALBLUE;
}
td {
	padding-right: 12px;
}
tr.loaderTblHdr {
	font-weight: bold;
	background-color: LightBlue;
}
tr.loaderTblRow1 {
	background-color: Ivory;
}
tr.loaderTblRow1 {
	
}

