body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #f0f0f0; 
	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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 6px;
}

#header {
	 
}

.input {
	border: 1px solid silver;
	background-color: #e7e8ea;
	font-size: 8pt;
	height: 18px;
	margin: 1px;
	padding-left: 3px;
	padding-bottom: 1px;
	width: 180px;
	outline: none;
}

input:focus {
	border: 1px solid #f77411;
}

#login_form {
	padding-left: 40px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	color: black;
	padding: .4em 1em .4em 1em;
	border: 1px solid #5c5f64;
    background-color: #5c5f64;
    border-radius: 4px;
    color: white;
    outline: none;
}

.button:focus {
	background-color: #f77411;
}

.table {
	border: 1px solid silver;
	vertical-align: bottom;
	padding: 30px;
}

#horizon {
	background-color: transparent;
	text-align: right;
	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;
}