body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
label {
	float: left;
	width: 135px;
}
h1 {
	font: normal 2.2em Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	/*margin: 0 0 -15px 0;
	padding: 0 0 20px 0;*/
}
input {
	border: 1px solid #ccc;
	font-size: 11px;
}
input.button {
	color: #333333;
	width: 70px;	
	font-size: 1em;
}
.grey, ol li {
	color: #7f7f7f;
}
ol li {
	margin-left: -20px;
}
#box {
	height: 116px;
	width: 350px;
	background-image:url(box.gif);
	z-index: 5;
	padding: 10px 0 0 10px;
	background-repeat:no-repeat;
}
.floatRight {
	float:right;
	margin-top: -50px;
	z-index: 2;
}
table {
}
td {
	padding: 5px;
}
td.right {
	text-align: right;
}
p.figure {
	/*line-height: 2em;*/
	clear: both;
}
strong.blue {
	color: #0c438c;
	width: 300px;
	float: left;
}
a {
	color: #0c438c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}