a:link, a:active, a:visited {
	color: #4D2526;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #4D2526;
	font-family: Arial ;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}


h2 {
	color: #4D2526;
	font-family: Arial ;
	font-size: 20px;
	font-weight: bold;
}



.navigation {
	color: #000000;
	font-family: Arial ;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #000000;
	font-family: Arial ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.navigation a:hover {
	color: #FFFFFF;
	font-family: Arial ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.nav_CurrentPage {
	color: #FFFFFF;
	font-family: Arial ;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav_CurrentPage a:link, .nav_CurrentPage a:visited, .nav_CurrentPage a:active, .nav_CurrentPage a:hover {
	color: #FFFFFF;
	font-family: Arial ;
	font-size: 12px;
	text-decoration: none;
}

.stdText {
	color: #333333;
	font-family: Arial ;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
.stdTextWhite {
	color: #ffffff;
	font-family: Arial ;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
.stdTextRed {
	color: #990000;
	font-family: Arial ;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
.stdTextRedCenter {
	color: #990000;
	font-family: Arial ;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}

.stdTextCenter {
	color: #333333;
	font-family: Arial ;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}

.freeCaseEvalBackground {
	background-color: #990000;
}
.practiceAreaBackground {
	background-color:#A6BFDA;
}
.frame {
	margin-right:20px;
	border:#333333 solid 2px; 
}



.footer, .footer a {
	color: #000000;
	font-family: Arial ;
	font-size: 13px;
	font-weight: normal;
}



.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #cccccc;  /* Border of box that contains sub-links  */
	border-bottom-width: 0px;
	font: normal 12px Arial, sans-serif;
	line-height: 1.5em;
	z-index: 100;
	background-color: #FFFFFF;  /* Background color of box that contains sub-links  */
	text-align:left;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal;
	text-indent: 5px;
	color: #333333;   /* Text color of sub-box that contains sub-links when not HOVER  */
	background-color: #FFFFFF;
	text-align:left;
	font-size:12px;
}

.anylinkcss a:hover{
	background-color: #333333;  /* Background color of sub-box that contains sub-links when HOVER  */
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	line-height: 1.5em;
	font-size:12px;
}
