p {  font-size: 12px}
p {  line-height: 16pt}
h3 {  font-size: 14px; font-weight: bold}
ul {
	font-size: 12px;
	line-height: 16pt;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #006699;
}
h2 {  font-size: 18px; font-weight: bold}
body {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
h4 {  font-size: 12px; font-weight: bold}
a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;

}
ol {  font-size: 12px; line-height: 16px}
a:hover {
	color: #333333;
	text-decoration: underline;


}
.background {
	background-image: url(assets/images/homebg.jpg);
	background-repeat: repeat-y;
}
.addressbg {
	background-image: url(assets/images/addresbg.jpg);
	background-repeat: no-repeat;
}
.padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.white {
	color: #FFFFFF;
}
.imgborder {border:#000000 1px solid; }