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

<style type="text/css">

body {
	background-color: #7e7e7e;
}
.cells {
	border-left-width: 2px;
	border-left-style: dotted;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-left-color: #666666;
}

</style>.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 500;
	color: #333333;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding: 5px;
}
.photos {
	border: 2px solid #FFFFFF;
}
.mainborder {
	border: 3px solid #333333;
}
.paperborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
