p {  font-size: 12px}
p {  line-height: 16pt}
h3 {  font-size: 14px; font-weight: bold}
ul {
	font-size: 12px;
	line-height: 16pt;
	list-style-position: outside;
	list-style-image: url(assets/images/bullet.gif);
}
h1 {  font-size: 24px; font-weight: bold}
h2 {  font-size: 18px; font-weight: bold}
body {  font-family: "Times New Roman", Times, serif}
h4 {  font-size: 12px; font-weight: bold}
a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	color: 333333;
}
ol {
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(assets/images/bullet.gif);
}
a:hover {
	text-decoration: underline;
	color: 999999;
}
.imgborder { BORDER: #000000 1px solid;}.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.leftline {
	background-image: url(assets/images_splash/left.jpg);
	background-repeat: repeat-y;

}
.rightline {
	background-image: url(assets/images_splash/right.jpg);
	background-repeat: repeat-y;

}
.padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.white {
	color: #FFFFFF;
}
.splashbgb {
	background-image: url(assets/images_splash/body.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;

}
.splashbgt {
	background-image: url(assets/images_splash/title.jpg);
	background-repeat: no-repeat;

}
