/* all links operate in custom fashion by default */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}

a:active { color: blue; }
a:visited { color: blue; }
a:link { color: blue; }
a:hover { text-decoration: underline; }


/* our document body has a colored, 2 pixel border */
body {
	background-color: fushia;
	border: rgb(93,117,142) solid 2px;
	margin: 10px;
	}


img {
	border: 0px;
	}


/* our logo */
img.private-eye {
	position: absolute; top: 25px; left: 25px;
	}


h1.company-name {
	background: transparent;
	color: rgb(93,117,142);
	font-family: 'Comic Sans MS';
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	width: 95%;
	}

h1.company-name2 {
	background: transparent;
	color: rgb(93,117,142);
	font-family: 'Comic Sans MS';
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	}

h2.request {
	color: white;
	margin-top: .5em; margin-bottom: .5em;
	}

/* this table cell houses company address, legal disclaimers, and site authorship */
td.footer {
	background-color: transparent;
	color: purple;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	text-align: center;
	}

td.footer a {
	color: purple;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}

td.footer a:active { color: purple; }
td.footer a:visited { color: purple; }
td.footer a:link { color: purple; }
td.footer a:hover { text-decoration: underline; }

td.footer span {
	color: green;
	}

td.footer span a {
	color: green;
	}

td.footer span a:active { color: green; }
td.footer span a:visited { color: green; }
td.footer span a:link { color: green; }
td.footer span a:hover { text-decoration: underline; }

.footnote {
	color: red;
	font-size: 8pt;
	}

.popup-warn {
	background-color: transparent;
	font-style: italic;
	padding: 2px;
	}