html, body {
	background:#cfcfcf;
	background: url(./img/leadbg.jpg);
	margin: 3px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
}

#content {
	border: 4px ridge #ff0000; 
	padding: 8px; 
	width: 500px; 
	background: #ffffff;
}

.style1 {
	font-size: medium;
	font-weight: bold;
}

.style2 {font-size: large;}

.style3 {
	color: #FF0000;
	font-weight: bold;
}

.Headline {
	font-family: Tahoma;
	font-size: 26px;
	color: red;
	font-weight: bold;
}

.style4 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: navy;
	font-weight: bold;
}

.BodyText {
	font-family: "Arial", Helvetica;
	font-size: 16px;
	text-align: left;
}
.form {
	background-color: navy;
	border: 2px dotted #ff0000;
	position: relative;
	display: table;
	width: 310px;
	margin-left:1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
                  font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fffffa;
	padding: 10px;
}
