body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #E8E6DF;
	margin: 10px;
	padding: 0px;
}

a {
	color: #D1D2DF;
	border-bottom: 1px solid #2C364F;
	text-decoration: none;
}

a:visited {
	color: #D1D2DF;
}

a:hover {
	color: white;
	border-bottom-color: white;
}

a:active {
	color: #D1D2DF;
}

label {
	text-align: right;
}

body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#header {
	
}

.input {
	font-family: Trebuchet MS;
	border: 1px solid black;
	font-size: 8pt;
	height: 18px;
	margin: 1px;
	padding-left: 3px;
	padding-bottom: 1px;
	width: 150px;
}

#login_form {
	background: url(gfx/lock_48.png) no-repeat left center;
	padding-left: 50px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	padding: 2px 2px 1px 2px;
	width: auto;
	overflow: visible;
	border: 1px solid black;
}

.table {
	border: 1px solid silver;
	vertical-align: bottom;
	padding: 30px;
}

#horizon {
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -150px;
	position: absolute;
	top: -100px;
	left: 44%;
	visibility: visible
}

#footer {
	background-color: #CECECE;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 167%;
}

h2 {
	font-size: 147%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}