.menu {background-color:#B22221; color:#272727; border-bottom:1px solid #d7d7d7; height:23px;width:482px;}
.menu ul {margin:0px; padding:0px; list-style:none;}
.menu li {display:inline; line-height:23px;margin-left:35px;}
.menu li a {
	color: white;
	text-decoration: none;
	padding: 4px 5px 6px 5px;
	border-left: 1px solid #B22221;
	border-right: 1px solid #B22221;
}
.menu li a.tabactive {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background-color: white;
	font-weight: bold;
	position: relative;
	color:#B22221;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	width: 459px;
	height: 212px;
	padding: 16px 10px 20px 10px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: -2px;
}

#tabcontent1
{
	font-size: 12px;
}

#tabcontent1 .photo
{
	float:left;
	width:150px;
	margin-right: 10px;
	margin-bottom: 2px;
	border:1px solid black;
}

#tabcontent1 p
{
	line-height:1.3em;
	padding: 0;
}

.redText
{
	color: #b22221;
	font-weight:bold;
}

#tabcontent2 .photo
{
	float:left;
	width:200px;
	margin-right: 10px;
	margin-bottom: 2px;
	border:1px solid black;
}

.tblborder
{
	border: 1px solid #b22221;
}

#tabcontent3 .photo
{
	float:left;
	width:200px;
	margin-right: 10px;
	margin-bottom: 2px;
	border:1px solid black;
}

#tabcontent4 .photo
{
	float:left;
	width:200px;
	margin-right: 10px;
	margin-bottom: 2px;
	border:1px solid black;
}