

body	{
	background-color:#717171;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

a	{
	color: #1b2a65;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

a:hover	{
	color: #ccc;
	font-style: normal;
}

h4	{
	color:#397772;
}

h1	{
	color:#1b2a65;
	font-size:20px;
}
h3	{
	color:#1b2a65;
	font-size:16px;
}

p {
	font-size:12px;}

#menu	li	a	{
	background-color: #1b2a65;
	color: #fff;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	width: 120px;
}

#menu	li	a:hover	{
	background-color: #fff;
	border-color: #fff;
	color: #1b2a65;
}

li	{
	line-height: 17px;
}

.style1	{
	color: #1b2a65;
}

.content	{
	font-size: 12px;
}

.request-inspection	table	{
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

.request-inspection	h4	{
	border-bottom: 1px solid #1b2a65;
	color: #1b2a65;
	font-size: 1em;
	margin-bottom: 0.5em;
}

.request-inspection	h4	span	{
	float: right;
	font-size: 0.85em;
	font-weight: normal;
}

.request-inspection	td, 
.request-inspection	th	{
	padding: 0.3em;
	vertical-align: top;
}

.request-inspection	th	{
	background-color: #eee;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 2.2em;
	padding: 0.3em 0.6em;
	text-align: right;
	width: 150px;
}

.request-inspection	th	span	{
	color: #666;
	font-size: 0.85em;
}

.request-inspection	td	input, 
.request-inspection	td	textarea	{
	border: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #333;
	font-size: 1.2em;
	padding: 0.2em;
	width: 325px;
}

.left {
	float:left;
	width:50%;
	height:170px;
	}

.right {
	float:right;
	width:50%;
	height:170px;
	}

