body { 
	font-family: "Times New Roman", Times, serif;
}
p { 
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	font-variant: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #49858F;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h4 { 
	font-size: 12px;
	font-weight: bold;
}
li { 
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: 282828;
}
a:hover {
	text-decoration: underline;
	color: #718995;
}
.backing {
	background-image: url(assets/images/bg.jpg);
	background-repeat: repeat-y;
}
.bodybg {
	background-image: url(assets/images/bodybg.jpg);
	background-repeat: no-repeat;
}
.addressbg {
	background-image: url(assets/images/address.jpg);
	background-repeat: no-repeat;
}
.padding {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.spadding {
	padding-right: 15px;
	padding-left: 55px;
}
.white {
	color: #FFFFFF;
}
.imgborder {border:#000000 1px solid;}
.smalltext {
	font-size: 10px;
	line-height: 14px;
}