/* CSS Document */

/*supp is the side-bar in personalinjury > claimsystem > public2.js*/
#mast, #mast-pi, #contents, #breadcrumb, #resources, #tools, #supp {
	display:none;
}

#printlogo {
	display:block;
	float:right;
	margin-top:-3cm;
}
#main, #public-main {
	margin-top:3cm;
}
#main h1, #main h2, #main h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
#main h1 {
	font-size:16pt;
}
#main h2 {
	font-size:14pt;
}
#main h3 {
	font-size:12pt;
}
#main p {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}
#main ul li {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}

.removeimg {
	display:none;
}



fieldset {
	border:1px dotted silver;
	width:250px;
	float:right;
	margin-left:0.5cm;
}
fieldset p, fieldset ul li {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	list-style:square;
}
legend {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:bold;
	background-color:white;
}


blockquote {
	font-style:italic;
}
form {
	border:1px dotted silver;
	padding-left:0.5cm;
	padding-right:0.5cm;
}
#foot {
	text-align:right;
	border-top:1px solid black;
}
#foot p {
	font-family:"Times New Roman", Times, serif;
	font-size:8pt;
}