body {
	background-color: #8D8282;
	background-image: url(../images/bgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8B8B65;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D3A7;
	border-bottom-color: #D4D3A7;
	text-align: center;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.photo {
	background-color: #FFFFFF;
	border: 1px solid #D4D4A8;
}
#header {
	background-color: #EFEFCB;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: bottom;
}
small {
	font-size: 11px;
	color: #8B8B65;
}
small a {
	color: #8B8B65;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B8B65;
}
a {
	color: #330033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330033;
}

