.photoRight {
	color: #999999;
	font-size:x-small;
	text-align: center;
	float: right;
	padding: 5px;
	margin: 5px;
	width: 250px;
}
.photoRight p {
	font-size: x-small;
	color: #999999;
}

.photoRight img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photoRight350 {
	color: #999999;
	font-size:x-small;
	text-align: center;
	float: right;
	padding: 5px;
	margin: 5px;
	width: 350px;
}
.photoRight350 p {
	font-size: x-small;
	color: #999999;
}

.photoRight350 img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabulardata {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
	font-size: medium;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: 9px;
}
.announcement {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-color: #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
