﻿body
{
	background-color: #D4D4D4;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5px;
	color: #333333;
	line-height: 12pt;
}

table {
	font-size: 12px;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 11.2px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin-top: 10px;
	margin-bottom: 11.2px;
	font-size: 13px;
	font-weight: bold;
}
h4 {
	margin-top: 10px;
	margin-bottom: 11.2px;
	font-size: 11px;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a
{
	text-decoration: none;
	color: #3366cc;
}

a:visited
{
	color: #6633cc;
}

a:hover
{
	text-decoration: underline;
	color: #ff3333;
	cursor: hand;
}

a:active {
	color: #C19B28;
}

img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
/* Form Items */

.textfield {
	border: 1px solid #333333;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

/* LIST */
ul
{
	line-height: 20px;
	vertical-align: middle;
	margin-left: 12.5px;
	font-size: 0.35cm;
}

