html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #e3e3e3;
	color: #444444;
	margin: 3px;
	padding: 0px;
}

td
{
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
}

p
{
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

A
{
	font-family: Verdana, arial;
  color: #777777;
}

A:hover
{
	font-family: Verdana, arial;
	text-decoration: underline;
  color: #444444;
}

A.nu
{
	font-family: Verdana, arial;
  text-decoration: none;
  color: #666666;
}

A.nu:hover
{
	font-family: Verdana, arial;
	text-decoration: underline;
  color: #ECB101;
}

input
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

.textbox
{
	width: 100%;
	height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.textbox2
{
	width: 100%;
	height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

textarea
{
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 100%;
	height: 80px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

select
{
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
  border-color: #999999;
}

.check
{
	height: 15px;
	width: 15px;
}

.button
{
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 100%;
	height:19px;
}

.menu
{
  background-color: #585566;
  color: #ffffff;
}

.topMenu
{
  background-color: #ffffff;
  color: #cccccc;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
  border-left: 0;
  border-right: 0;
}

.smallText
{
  font-size: 8px;
  font-weight: bold;
}

.whiteText
{
  color: #ffffff;
}
.smallText2
{
  font-size: 9px;
  color: #999999;
}

.error
{
  color: #ff0000;
}

.tdSummation
{
	border-width: 1px;
	border-style: solid;
	border-color: #7799bb;
  border-left: 0;
  border-right: 0;
}

.copyright
{
  font-family:verdana;
  font-size:10px;
  color: #555555;
  background-color: #d3d3d3;
  height: 28;
}

.tableHeader
{
  background-color: #444444;
  color: #ffffff;
}

.headerText
{
  font-family:verdana;
  font-size:10px;
  color: #888888;
}

h1
{
	font-family: Verdana, Arial;
	font-size: 17px;
  font-weight: bold;
  display: inline;
}

h2
{
	font-family: Verdana, Arial;
	font-size: 13px;
  font-weight: bold;
  display: inline;
}

h3
{
	font-family: Verdana, Arial;
	font-size: 11px;
  font-weight: bold;
  display: inline;
  line-height: 20px;
}

