*
{
	font-family: Tahoma;
	font-size: 10px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
body
{
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #81919E;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.menu
{
	font-size: 11;
	letter-spacing: 0;
	font-weight: 600;
	text-decoration: none;
}
a.menu:hover
{
	font-size: 11;
	letter-spacing: 0;
	font-weight: 600;
	text-decoration: underline;
}
table.main
{
	width: 768;
	height: 100%;
	background-color: #efefef;
	border-right: solid #0a0a0a 1px;
	border-left: solid #0a0a0a 1px;
}
td
{
	padding: 5px;
}
td.banner
{
	background-color: white;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height: 69;
	width: 768;
	text-align: right;
	vertical-align: top;
	border-bottom: solid #404040 1px;
}
td.menu
{
	height: 30;
	border-top: solid #0a0a0a0 1px;
	border-bottom: solid #707070 2px;
	text-align: left;
	padding: 0px;
}
td.content
{
	border-bottom: solid #0a0a0a 1px;
	border-left: solid #a0a0a0 5px;
	border-right: solid #a0a0a0 5px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
td.sublevel
{
	height: 30;
	background-color: #ffffff;
	border-top: solid #a0a0a0 1px;
	text-align: right;
	padding: 0px;
}
td.button
{
	width: 120;
	background-color: #efefef;
	text-align: center;
}
td.buttonHover
{
	width: 120;
	background-color: #ffffff;
	text-align: center;
}
div.disclaimer
{
	font-family: Arial;
	font-weight: 800;
	font-size: 22;
	letter-spacing: 2;
	text-decoration: underline;
}
b
{
	width: 70;
	font-weight: 600;
}
table.car
{
	border-bottom: solid #a0a0a0 1px;
	border-right: solid #a0a0a0 1px;
	border-top: none;
	border-left: none;
}
table.carHover
{
	border-top: solid #ffffff 1px;
	border-left: solid #ffffff 1px;
}
input, textarea
{
	padding: 2px;
	border: solid #a0a0a0 1px;
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}
input.button
{
	width: 100;
	height: 30;
}
p#succes
{
	font-family: 'Arial Narrow';
	font-size: 24;
	color: #55aa25;
	font-weight: 800;
	letter-spacing: -1;
	background-color: white;
	border-top: solid #55aa25 1px;
	border-bottom: solid #55aa25 1px;
}
p#failed
{
	font-family: 'Arial Narrow';
	font-size: 24;
	color: #992424;
	font-weight: 800;
	letter-spacing: -1;
	background-color: white;
	border-top: solid #992424 1px;
	border-bottom: solid #992424 1px;
}
