/* global body styles */

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


P, UL, OL, LI, TD, TH, BLOCKQUOTE
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}


/* named styles */

A:link		{ color: #0000CC }
A:visited	{ color: #352C66 }
A:hover		{ color: #8A2529 }
A:active	{ color: #8A2529 }

A.no_visited:link		{ color: #0000CC; }
A.no_visited:visited	{ color: #0000CC; }
A.no_visited:hover		{ color: #8A2529; }
A.no_visited:active		{ color: #8A2529; }

A.no_underline	{ color: #111111; text-decoration: none; }

A.nav_attorney:link		{ color: #352C66 }
A.nav_attorney:visited	{ color: #352C66 }
A.nav_attorney:hover	{ color: #8A2529 }
A.nav_attorney:active	{ color: #8A2529 }


.nowrap		{ white-space: nowrap; }
.justify	{ text-align: justify; }

.sm			{ font-size: 9px; }
.lg			{ font-size: 13px; }
.xl			{ font-size: 17px; }

.red		{ color: #8A2529; }
.purple		{ color: #352C66; }
.yellow		{ color: #C5A901; }
.white		{ color: #FFFFFF; }

.header		{ color: #352C66; font-size: 13px; font-weight: bold; }
.news_title	{ color: #8A2529; font-weight: bold; }
.copyright	{ color: #666666; font-size: 9px; text-align: center; }


TABLE.nav {
	border-collapse: collapse;
	width: 100%;
	height: 25px;
	background-image: url('/images/nav_background.gif');
	background-repeat: repeat;
}

TABLE.nav_shadow {
	border-collapse: collapse;
	width: 100%;
	height: 10px;
	background-image: url('/images/nav_shadow.gif');
	background-position: top;
	background-repeat: repeat;
}

TABLE.home_photos {
	border-collapse: collapse;
	width: 100%;
	height: 98px;
	background-image: url('/images/home_photos.jpg');
	background-position: top left;
	background-repeat: repeat;
}

TABLE.content {
	width: 100%;
	background-image: url('/images/ocrh_watermark_btm.gif');
	background-position: top right;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

TABLE.nav_attorney {
	border-collapse: separate;
	border-right: 1px solid #C5A901;
	width: 100%;
	height: 22px;
	text-align: center;
 	white-space: nowrap;
}

TD.nav_attorney_on {
	color: #FFFFFF;
	border-left: 1px solid #C5A901;
	background-color: #8A2529;
	font-weight: bold;
}

TD.nav_attorney_off {
	border-left: 1px solid #C5A901;
	background-color: #F6F2D9;
}