p {  font-size: 12px}
p {  line-height: 16pt}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
}
ul {  font-size: 12px; line-height: 16pt}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6699CC;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
h4 {  font-size: 12px; font-weight: bold}
a {
	font-weight: bold;
	text-decoration: none;
	color: #3770A8;
}
ol {  font-size: 12px; line-height: 16px}
a:hover {
	text-decoration: underline;
	color: #6699CC;
}
.bodybg {
	background-image: url(assets/images/body.jpg);
	background-repeat: repeat-y;
}
.titlebg {
	background-image: url(assets/images/title.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 10px;


}
.padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.cloudbg {
	background-image: url(assets/images/cloudbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.addressbg {
	background-image: url(assets/images/addressbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.imgborder {
	BORDER: #4185C2 1px solid;
}
.galleryhead {
	color: #4185C2;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

#accepting {
	float: right;
	width: 200px;
	height: 80px;
	padding: 0 15px 0 0;
	margin: 0px;
	}
