﻿body
{
	margin:0;
	background-color: #ededed;
}

.clr
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
}
.form
{
	margin : 0 auto;
	overflow: hidden;
	width: 960px;
	border: #2b5e7e 1px outset;
	background-color: white;
}

.header
{
	background-position: 0px 0px;
	height: 75px;
	width: 100%;
	border-bottom: #2b5e7e 1px double;
	background-repeat: no-repeat;
	background-image: url('../img/formlogo.gif');
}

span
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.title
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	border-bottom: 1px double #2b5e7e;
	color: #2b5e7e;
	padding:5px 10px;
	height: 15px;
}
.body
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin:20px;
}

.content
{
	margin:0 auto;
	width: 394px;
}



.footer
{
	
}