.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #333333;
}
.body_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A52A2A;
	text-align: right;
	padding: 2px;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(images/bullit.gif);
	list-style-type: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.border {
	border: 1px solid #000000;
}
.photo_left {
	float: left;
	border: 1px solid #996633;
	margin-right: 3px;
}
.photo_right {
	float: right;
	border: 1px solid #000000;
	margin-left: 3px;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 4px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #FFFFFF;
	padding: 4px 8px 4px 8px;
	
}
.bottom a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}
