body {  font-family: Arial, Helvetica, sans-serif}
p { 
	font-size: 12px;
	line-height: 16pt;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #007700;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #007700;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #007700;
	font-variant: small-caps;
}
h4 {  font-size: 12px; font-weight: bold}
a {
	font-weight: bold;
	text-decoration: none;
	color: #007700;
}
a:hover {
	text-decoration: underline;
	color: #007700;
}
li {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url("images/images/bullet.gif");
}
.stretch {
	background-image: url("images/splash/stretch.jpg");
	background-repeat: repeat-y;
}
.padding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.navbg {
	background-image: url("images/splash/navigation.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.addressbg {
	background-image: url("images/splash/address.jpg");
	background-repeat: no-repeat;
}
.ghostname {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.caps {
	font-variant: small-caps;
}
.splashaddbg {
	background-image: url("images/splash/address.jpg");
	background-repeat: no-repeat;
}
.splashstretch {
	background-image: url("images/splash/stretch.jpg");
	background-repeat: repeat-y;
}
.splashnavbg {
	background-image: url("images/splash/navbg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.border {
	border:5px solid green; 
}
.imgborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007700;
	border-right-color: #007700;
	border-bottom-color: #007700;
	border-left-color: #007700;
}
.homeText { 
	line-height: 14pt;
}
.dashed {border-style:dashed }