body {
    margin: 0;
    padding: 0;
    background: white;
}
img {
    border: 0;
    vertical-align: middle;
}
#content a {
	color: darkblue;
	text-decoration: none;
}
#content a:hover {
	color: red;
}
#content h1, #content p, #content div {
    font-family: Tahoma, Verdana, Arial;
    line-height: 16px;
}
#content h1 {
    padding: 5px 10px;
    font-size: 14px;
    color: steelblue;
    text-align: center;
}
#content p {
	margin: 20px auto 0px;
    padding: 5px;
    font-size: 12px;
    color: black;
    text-align: center;
}
#content div {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: black;
    text-align: center;
}
#content input, select, textarea {
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
#content input.input, select.input, textarea.input {
	border: 1px solid navy;
	color: navy;
	background-color: mintcream;
}
#content input.button {
	border: 0;
	color: darkgreen;
	font-weight: bold;
	cursor: pointer;
	background-color: white;
}
div.copyright {
    width: 95%;
    margin: 0px;
    padding: 5px;
	font-family: Courier New;
    font-size: 12px;
    color: navy;
    text-align: center;
}
#tooltip {
	margin: 0px;
	padding: 3px;
	background-color: white;
	border: 1px solid gray;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: maroon;
	position: absolute;
	visibility: hidden;
}
#content table.hidden {
    width: auto;
    margin: 0px auto 20px;
    padding: 0px;
	border: 0px;
	border-spacing: 5px;
}
#content table.hidden caption {
	padding: 0px;
	border: 0px;
	font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
	font-weight: bold;
    color: steelblue;
    text-align: center;
}
#content table.hidden th, #content table.hidden td {
	padding: 0px;
	border: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
}
#content table.hidden td {
	vertical-align: top;
}
#content table.main {
    width: auto;
	margin: 10px auto;
	border: 0px;
}
#content table.main caption {
    padding: 0px;
	font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
	font-weight: bold;
    color: steelblue;
    text-align: center;
}
#content table.main th, #content table.main td {
	padding: 3px 5px;
	border: 1px solid gray;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-align: center;
	color: black;
}
#content table.main th {
}
#content table.main td {
}

