/* LAYOUT */

*{
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E9E6E1;
}
.clearer {
	clear: both;
	font-size: 1px;
}
a {
	color: #000000;
	padding: 1px;
	text-decoration: none;
	margin: 2px 2px 2px 0px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DBF7FB;
}
div#wrapper {
	width: 780px;
	margin: 0px auto;
	background-color: #F0FBFC;
}
div#banner_start {
	background-image: url(http://joakimgreen.com/design/images/bg_content.png);
	background-color: #F1FCFD;
	height: 350px;
}
div#content {
	text-align: justify;
	padding: 20px;
}
.border {
	border-top: 1px solid #000000;
	font-size: 1px;
	margin-top: 3px;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 11px;
	font-weight: normal;
}
h2 {
	margin-top: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #95E3F4;
}
.text_content {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.left {
	float: left;
}
.right {
	margin-left: 30px;
	width: 300px;
	float: left;
}
.inputbox_small {
	width: 170px;
	border: none;
	background-color: #DBF7FB;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
}
.inputbox {
	width: 250px;
	border: none;
	padding: 2px;
	background-color: #DBF7FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	line-height: 120%;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DBF7FB;
	font-size: 11px;
	padding: 1px;
	border: none;
	margin-right: 6px;
}
div#cases table {
	width: 100%;
	border: none;
	margin-top: 15px;
}
div#cases img {
	border: none;
}
div#cases td {
	width: 50%;
}
.text_right {
	text-align: right;
}