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

body {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
@charset "UTF-8";

p {}
td {}
a:link {
	color: #800000;;
	text-decoration: none
}
a:visited {
	color: #800000;
	text-decoration: none
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #800000;
	text-decoration: none

}

.photoBorder {
	background-color:#FFFFFF;
	border: 1px solid #D5D5D5;
  	padding: 7px;
  	margin: 10 10px 10px 10;
}
.photoBorderLeft {
	background-color:#FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 7px;
  margin: 0 18px 18px 0;
  float: left
}

.photoBorderRight {
	background-color:#FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 7px;
  margin: 0 0 18px 18px;
  float: right
}
.content_title {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #800000;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.content_sub_title_top {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #800000;
	letter-spacing: .5mm;
	padding-top: 20px;
	padding-bottom: 7px;
}
