@charset "UTF-8";
/* CSS Document */

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: normal;
	text-indent: 5px;
	text-align: left;
}
.h1font {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: lighter;
}

