
body {
	margin:0px 0px 0px 0px;
	/* top right bottom left */
	padding:0px 0px 0px 0px;
	/* top right bottom left */

	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size:10px;
	
}


h1{
}
h2{
}
h3{
}
h4{
}
h5{
}

div.contentframe{
	margin:0px 0px 0px 0px;
	/* top right bottom left */
	padding:0px 0px 0px 0px;
	/* top right bottom left */
}

#contA {
	margin:0px 0px 0px 0px;
	/* top right bottom left */
	padding:0px 0px 0px 0px;
	/* top right bottom left */
	
	width: 800px;
	text-align: left;
	overflow:hidden;
}

.contactinput{
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	/* top right bottom left */
	border: none;
	width: 160px;
}
.contactsubmit{
	font-weight: bold;
	border: 1px solid Gray;
	width: 120px;
}
.contactsubmit:hover{
	border: 1px solid Black;
	width: 120px;
}



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