/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: #999;
}
#main_table {
	width: 741px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 18px;
	background: #FFF;
}
#top_nav div {
	background: #002635 url(../images/nav_bk.jpg);
	height: 40px;
 	font: 14px Helvetica, Arial, Verdana, sans-serif;
	padding: 31px 24px 0 0;
	text-align: right;
}
#top_nav div a {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	font-weight: normal;
}
#top_nav div a:hover {
	color: #CCC;
}
a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999;
}
#footer div {
	background: #012D40 url(../images/footer.jpg);	
	height: 20px;
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	text-align: right;
	padding: 48px 24px 0 0;
}
#content {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 16px 24px 16px 24px;
}
#content table td {
	vertical-align: top;
}
#current_cases, #left_column {
	width: 249px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
}
#recent_results {
	width: 225px;
	height: 300px;
	overflow: scroll;
} 
#main_txt {
	padding: 0 0 0 25px;
}
strong {
	font-size: 16px;
}
#class_action_txt {
	padding: 0 25px 0 22px;
}
h1 {
	font-size: 17px;
	color: #012D40;
}
h2 {
	font-size: 12px;
	color: #012D40;
}
.hide {
	display: none;
}
hr {
	color: #CCC;
}
#form_table td {
	padding: 10px 10px 5px 0;
}
#cases {
	margin: auto;
}
#cases td {
	border-bottom: 1px solid #CCC;
	width: 50%;
	vertical-align: top;
}
#cases th {
	text-align: left;
}
#cases td.left_col {
	border-right: 1px solid #CCC;
	padding: 5px 10px 5px 0;
}
#cases td.rt_col {
	padding: 5px 0 5px 10px;
}
ul#summary {
	margin-left: 0;
}
ul#summary li {
	margin-bottom: 10px;
}