/* CSS Document */
h1
{
	font-size: 1.50em;
	color: #606060;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 strong
{
	color: #b20101;
	font-weight: normal;
}

h2 {
	color: #b20101;
	font-size: 1.4em;
	font-weight: normal;
}

h2.right_col {
	color: #b20101;
	font-size: 1.40em;
	text-align: center;
}

h3 {
	text-align: center;
	color: #b20101;
	font-weight: normal;
	font-size: 1.2em;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
}

.float_left
{
	float: left;
	display: inline;
}

a
{
	color: #606060;
}

a:hover
{
	text-decoration: none;
}

img, div { behavior: url(common/pngfix/iepngfix.htc); }

.red {
	color: #b20101;
}

.center {
	text-align: center;
}

.image-border img {
	border: 3px double #ccc;
}

.work-form {
	width: 660px;
	border: 3px double #ccc;
	background-color: #f0f0f0;
	margin: 5px;
	padding: 10px;
}

	*:first-child+html .work-form {
		padding: 30px;
		width: 700px;
	}
	
		*:first-child+html .work-form {
			padding: 5px;
		}

	.work-form th {
		background-color: #a1a1a1;
		color: #fff;
		border: 1px solid #888;
		margin: 1px;
	}
	
	.work-form td {
		padding: 2px;
		vertical-align: top;
	}
	
.whatsthis {
	cursor: pointer;
	color: #000;
}

	.whatsthis:hover {
		color: #CC0000;
	}
	
.float-map-right {
	float: right;
	padding: 2px 0 2px 5px;
	margin-right: -230px;
}

.float-image-right {
	float: right;
	padding: 0 0 0 10px;
}

	.float-image-right img {
		margin-right: -230px;
		border: 3px double #ccc;
	}
	
.a-style a {
	color: #fff;
	text-decoration: none !important;
}