body {
	background-color: #4C5622;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
}


#main {
	width:1004px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width:100%;
}

#navi {
}

#title {
}

#content {
	width:914px;
	background-color: #F2F0E3;
	padding-left: 45px;
	padding-right: 45px;
	overflow: auto;
}

#bottom {
	background-image: url(/res/img/bottom.jpg);
	height:63px;
	width:914px;
	left:0;
	padding-left:45px;
	padding-right:45px;
}


.cr {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.field {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #99CC00;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	background-color: #F2F0E3;
	color: #006699;
}
.reg {
	border: 2px dotted #99CC00;
}
.message {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	background-color: #FFFFFF;
	height: 100px;
	border: none;
	font-weight: bold;
	color: #006699;
}

.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #99CC00;
	cursor:pointer;
}

#testimonial {
	font-style:italic;
}

#signature {
	text-align: right;
	font-weight: bold;
    margin-top: 10px;
} 
