.borderbox{border:1px solid #000000}
.bottomline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCB382;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.topline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCB382;
}
.leftline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.rightline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCB382;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
}

