@charset "utf-8";
/* CSS Document */

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
	line-height:24px;
}

.underlined{
	border-bottom:solid 1px #808080;
}

p, li{
	padding:5px 5px 5px 0px;
	margin:0px 0px 0px 0px;    /* top right bottom left */
	line-height:20px;
}

.lines {
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
