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

body {
	background-color: #e6e6dc;
	font-family: Verdana, Geneva, sans-serif;
}
.Contact {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}

.BodyText a:link{
	color:#000;
	text-decoration:none
}

.BodyText a:visited{
	color:#000;
	text-decoration:none
}

.BodyText a:hover{
	color:#000;
	text-decoration:underline
}

.BodyText a:active{
	color:#000;
	text-decoration:none
}

.AttyNames {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.AttyNames a:link{
	color:#000;
	text-decoration:none
}

.AttyNames a:visited{
	color:#000;
	text-decoration:none
}

.AttyNames a:hover{
	color:#000;
	text-decoration:underline
}

.AttyNames a:active{
	color:#000;
	text-decoration:none
}

.SectionHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #5f021f;
	font-size: 18px;
}

.CardHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #5f021f;
	font-size: 16px;
}


.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	background-color: #e6e6dc;
	text-align:center;
}

.FooterText a:link{
	color:#000;
	text-decoration:none
}

.FooterText a:visited{
	color:#000;
	text-decoration:none
}

.FooterText a:hover{
	color:#000;
	text-decoration:underline
}

.FooterText a:active{
	color:#000;
	text-decoration:none
}

.PracticeAreas {
	font-family: "Minion Pro Medium";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-variant:normal;
}

.border-radius {
	display:inline-block;
	padding:1em;
	border:3px solid #999;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

A:link {text-decoration: none; color:#FFF}
A:visited {text-decoration: none; color:#FFF}
A:active {text-decoration: none; color:#FFF}
A:hover {text-decoration: underline; color:#FFF}

tr.red th{
border-bottom:5px solid #5f021f;
}

