﻿body
{
	font-size: 10pt;
	margin: 0px;
	color: #ffffff;
	font-family: Sans-Serif;
	background-color: #ae000a;
	text-align:center;
}
a  { color: #30C0FF; background-color:Transparent; text-decoration: underline; font-weight:bold; }
a:link { color: #30C0FF; background-color:Transparent; text-decoration: underline; font-weight:bold; }
a:visited { color: #30C0FF; background-color:Transparent; text-decoration: underline; }
a:hover { color: #0000FF; background-color:#30C0FF; text-decoration: none; }
a:active { color: #FF8000; background-color:Transparent; text-decoration: underline; }
.btn
{
	border-right: #ebbfc2 1px solid;
	border-top: #ebbfc2 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #ebbfc2 1px solid;
	color: #ffffff;
	border-bottom: #ebbfc2 1px solid;
	font-family: Sans-Serif;
	background-color: #870008;
    cursor:pointer;
}
.tbx
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #C04027;
	font-size: 8pt;
	font-family: Sans-Serif;
	scrollbar-highlight-color: #C24047;
	scrollbar-shadow-color: #820008;
	scrollbar-track-color: #ae000a;
	scrollbar-face-color: #ae000a;
	scrollbar-darkshadow-color: #820008;
	scrollbar-base-color: #ae000a;
	scrollbar-arrow-color: #EBBFC2;
	scrollbar-3dlight-color: #C24047;
	color: #ffffff;
}
.formLabel
{
	font-size: 10pt;
	color: #f0e6e6;
	font-family: Sans-Serif;
	text-align: right;
	font-weight: bold;
}
.formCell
{
	font-size: 10pt;
	color: #fff0f0;
	font-family: Sans-Serif;
	text-align: left;
}
.errMsg
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Sans-Serif;
	background-color: #ffff66;
}
.result
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	font-style: italic;
	font-family: Sans-Serif;
	background-color: #ae000a;
}
#footer {font-size:8pt;}
#footer a  { color: #D68084; background-color:Transparent; text-decoration: none; font-weight:bold; }
#footer a:link { color: #D68084; background-color:Transparent; text-decoration: none; font-weight:bold; }
#footer a:visited { color: #D68084; background-color:Transparent; text-decoration: none; }
#footer a:active { color: #D68084; background-color:Transparent; text-decoration: none; }
#footer a:hover { color: #D68084; background-color:#820008; text-decoration: none; }
