﻿body {
	background-color: #000140;
	background-image: url('../Graphics/bgfade.png');
	background-repeat:repeat-x;
}
.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	border: 1px solid gray;
	padding: 14px;
	width: 750px;
	margin: auto;
}
#logo {
/*	border: 1px gray solid;*/
}
#menu {
	margin-top: 8px;
	background-color: black;
	line-height: 3em;
	padding-left: 12px;
}
#menu a {
	margin-left: 12px;
	margin-right: 12px;
	color: white;
}
#menu a:link:hover {
	color: white;
	text-decoration: none;
}
#menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:link {
	color: white;
	text-decoration: none;
}
h1{
	border: 1px solid black;
	background-color: black;
	color: #fff;
	text-align: center;
	font-size: small;
}
h2 {
	font-size: small;
	font-weight: bold;
	color:#666666;
	border-bottom: dotted 1px #666666;
	margin-bottom: 0;
}
p {
	margin-top: 0px; 
}
li {
	margin-top: 8px;
}
.footer {
	border: 1px solid black;
	background-color: black;
	color: #fff;
	text-align: center;
	font-size: smaller;
}
.footer a:link:hover {
	color: white;
}
.footer a:visited {
	color: white;
}
.footer a:link {
	color: white;
}
.inputTable {
	margin: auto;
	border: 1px solid #000140;
	width: 400px;
	height: 108px;
	background-color: #ddddff;
}
.inputLabel {
	width: 190px;
	padding-left: 12px;
}
.inputText {
}
.contactTable {
	margin: auto;
	border: 1px solid #000140;
	width: 90%;
	height: 108px;
	background-color: #ddddff;
}
.contactLabel {
	width: 150px;
	padding-left: 12px;
}
.contactText {
}
.ads {
	width: 750px;
	text-align: center;
}
.report
{
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	border: 2px black solid;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white;
}
.report td {
	padding-left: 6px;
	padding-right: 6px;
}
.reportLabel
{
	border: 1px black solid;
	width: 15em;
	background-color: #ddddff;
}
.reportInput
{
	font-weight: bold;
	border: 1px black solid;
	text-align: right;
}
.reportTextInput
{
	font-weight: bold;
	border: 1px black solid;
	text-align: left;
}
.reportResult
{
	font-weight: bold;
	border: 1px black solid;
	text-align: right;
	background-color: #C4FFC5;
}
.reportTextResult
{
	font-weight: bold;
	border: 1px black solid;
	text-align: left;
	background-color: #C4FFC5;
}
.errmsg {
	text-align: center;
	color: Red;
	border: solid 1px red;
	padding: 16px 16px 16px 16px;
	margin-bottom: 16px;
}
