body{
	font-size:76%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color : #cccccc;
}
h1{
	font-size:1.2em;
}
h2{
	font-size:1.2em;	
}
.nav{
	color:white;
	font-size:1.0em;
	background-image : url(images/navbar.jpg);
	height:20px;
}
.nav a{
	color:white;
}
.nav a:active{
	color: #cccccc;
}
.container{
	background-color : white;
	width:750px;
}
.header{
	background-image : url(images/top.jpg);
	height:70px;
	color: #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size:1.3em;
	padding-right:20px;
}
.title{
	padding-top:10px;
}
.content{
	width:700px;
	border : 1px solid #6699cc;
}
.address{
	width:50%;
	font-size:1.0em;
}
.response{
	width:700px;
	height:100px;
	font-size:1.4em;
	color:blue;
}
.error{
	color:red;
	font-size:1.2em;
	padding-left:40px;
	padding-bottom:10px;
}
.form{
	width:700px;
}
.fields{
	padding-left:40px;	
	font-size:1.0em;
}
.fields h2{
	font-size:1.2em;	
}
.smalltext{
	font-size:0.9em;
}
.copyright{
	background-color :#6D8FB2;
		font-size:0.9em;
		color:white;
		height:20px;
}
