body {
	font-family: Arial,sans-serif;
	background-color: black;
}

#left-column {
	position: absolute;
	left: 210px;
	top: 40px;
	width:200px;
	color: white;
}

#middle-column {
	margin-left: 406px;
	margin-right:306px;
	border-left: 1px solid #ff7900;
	border-right: 1px solid #ff7900;
	color: white;
	margin-top: 40px;
}


#right-column {
	position: absolute;
	right: 110px;
	top: 40px;
	width: 200px;
	border:1px solid #000;
	color: white;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 9pt;
}

.success {
	color: green;
	font-weight: bold;
	font-size: 9pt;
}

img.image {
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
}

img.logo {
	margin-top: 10px;
	margin-bottom: 50px;
	border: 0;
	padding: 0;
	display: block;
}

ul {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 2px;
	margin-top: 2px;
	color: white;
}

li {
	margin-left: 16px;
	color: white;
	font-size: 10pt;
}

a:link {
	color: #ff7900;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}


a:visited {
	color: #ff7900;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}


a:hover {
	color: #ff7900;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11pt;
}

h1 {
	font-size: 14pt;
	margin: 4px;
}

h2 {
	font-size: 11pt;
	margin: 4px;
}

h3 {
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 4px;
	border: 0;
	padding: 0;
}

p {
	margin: 4px;
	font-size: 10pt;
	text-align: justify;
	margin-bottom: 20px;
}


p.client {
	margin: 4px;
	font-size: 10pt;
	text-align: justify;
}


input {
	border: 1px solid #333333;
	background: black;
	color: white;
	width: 190px;
}

textarea {
	border: 1px solid #333333;
	background: black;
	color: white;
	width: 190px;
	height: 190px;
}

td.form {
	color: #cccccc;
	font-weight: bold;
	font-size: 10pt;
}

input.submit {
	border: 1px solid #333333;
	background: #333333;
	color: #ff7900;
	width: 100px;
	margin: 0px;
	padding: 0px;
}


div.client {
	background-color: #333333;
	margin: 10px;
}

a.more-info:link {
	color: #ff7900;
	text-decoration: none;
	font-size: 10pt;
}


a.more-info:visited {
	color: #ff7900;
	text-decoration: none;
	font-size: 10pt;
}


a.more-info:hover {
	color: #ff7900;
	text-decoration: underline;
	font-size: 10pt;
}
