body {
	background-color: #ffffff;
	color: #000000;
	font: normal .85em/125% Arial,Helvetica,sans-serif;
	margin: 10px;
}
li {
	line-height: 150%;
}
img {
	border-style: none;
}
a:link {
	color: #ffff33;
}
a:visited {
	color: #daa520;
	text-decoration: none;
}
div#root {
	margin: 0 auto;
	width: 800px;
}
div.header {
	background-color: #990000;
	font-size:150%;
	height: 140px;
	line-height:130%;
	padding: 0;
	vertical-align: top;
}
div.bodyarea {
	background-color:#ffffff;
	border: 1px solid #990000;
	border-top-style: none;
	color: #000000;
	clear: both;
	padding: 3px 10px 10px;
}
div.bodyarea a:link {
	color: #003366;
}
div.bodyarea a:visited {
	color: #333333;
}
div.menu {
	border-bottom: 1px solid #993333;
	color: #ffffff;
	width: 100%;
}
div.menu span {
	font-weight: bold;
	padding: 3px 24px;
	text-align: center;
}
div.address {
	float:left;
	margin-right: 20px;
	margin-top: 20px;
}
p.small {
	font-size:90%;
	padding: 0 10px;
	margin-top: 0;
}
table.pricing {
	border: 1px solid #993333;
	border-top-width: 0;
	margin: 0 20px 10px;
	width: 500px;
}
table.pricing caption {
	background-color: #993333;
	color: #ffffff;
	font-weight: bold;
	margin: 0 20px;
	padding: 3px;
	text-align: left;
}
table.pricing th {
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	padding: 3px;
}
table.pricing td {
	padding: 3px;
	text-align: left;
}
table.editform {
	background-color: #993333;
	color: #ffffff;
	margin-top: 20px;
	padding-right: 20px;
}
table.editform caption {
	background-color: #993333;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
}
table.editform .formfield {
	font-weight: bold;
	text-align: right;
	width: 120px;
}
table.editform .formfield.top {
	vertical-align: top;
}
table.clients td.screenshot {
	padding: 10px 20px 10px 0px;
	text-align: center;
	vertical-align: middle;
	width: 220px;
}
table.clients td.info {
	padding: 10px 10px 3px;
	text-align: left;
	vertical-align: top;
}
div.footer {
	clear: both;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}