.box {
	background-color: #CCCCCC;
	border: thin solid #000000;
}
.Border {
	background-image: url(Assets/leftborder.gif);
	background-repeat: repeat-y;
	background-position: left;

}
.bar {
	background-image: url(Assets/bar.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.addy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
