@charset "utf-8";
/* CSS Document */

body{
	margin:auto 0px;
	font-family:"Trebuchet MS";
}
table{
	width:700px;
}
.heading-table{
	width:900px;
}
h1{
	color:#026DAA;
	display:inline;
	font-size:18pt;
}
img{
	border:0px;
}
.quote-form{
}
.button{
	font-family:"Trebuchet MS";
	background-color:#026DAA;
	color: white;
	font-size:13pt;
	padding:5px;
	font-weight:bold;
	border:1px solid black;
}
a{
	color:#026DAA;
}
.edit{
	color:#FFF;
	text-decoration:none;
}
.content-right{
	border:1px solid black;
	width:900px;
	background: #ebebeb;
}
.body-content{
	width:100%;
}
