body {
	background: #006;	
	background-image: url(../images/nittskoff-law-bkg.jpg);
}

td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	
}

#style1 a{
	display: block;
	background: #D0CCEE;
	border: 1px solid #006;
	color: #000;
	width: 110px;
	padding: 2px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 1px;
}

#style1 a:hover {
	color: #006;
	background: #eee;
}

#style2 a{
	display: block;
	background: #D0CCEE;
	border: 1px solid #006;
	color: #000;
	width: 95px;
	padding: 2px;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 1px;
}

#style2 a:hover {
	color: #006;
	background: #eee;
}

a {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #c00;
}

a:visited {
	color: #006;
}
.small {
	font-size: 7pt;
}

.header {
width:100%;
	border-bottom: 3px #006;
	color: #006;
	font-size: 12pt;
font-weight: bold;
margin-left: 5px;
}

.bold {
	font-weight: bold;
}


