p {  font-size: 12px}
p {  line-height: 16pt}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #222D60;
}
li {
	font-size: 12px;
	line-height: 16px;
	list-style-type: square;
	padding-bottom: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9966;
}
body {  font-family: "Times New Roman", Times, serif}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
ol {
	font-size: 12px;
	line-height: 16px;
	list-style-type: square;
}
a:hover {
	color: #FF9966;
}
.stretch {
	background-image: url(assets/images/stretch.gif);
	background-repeat: repeat-y;
}
.watermark {
	background-attachment: scroll;
	background-image: url(assets/images/ghost2.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.navbg {
	background-image: url(assets/images/top.gif);
	background-repeat: repeat-y;
	background-position: center bottom;

}
.addressbg {
	background-image: url(assets/images/bottom.gif);
	background-repeat: no-repeat;
}
.padding {
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 5px;

}
.white {
	color: #FFFFFF;
}
.imgborder {border:#00254f solid 1px; }
.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.bg2 {
	background-image: url(assets/images/background2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
