body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	line-height: 125%;
	text-align: left;
}
.navbar {
	background-image: url(cellbg.gif);
	}

td {
	text-align: left;
}

tbody {
	text-align: left;
}

a:link {  color: #003399; text-decoration: underline}
a:visited {  color: #003399; text-decoration: underline}
a:hover {  color: #990000; text-decoration: underline}

.fauxlink {
	color: #003399;
	}

.bottomlinks {
	font-size: 80%;
	color: #000000;
}

.firmname {
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
}

.contactinfo a:link {  color: #FFCC00; text-decoration: underline}
.contactinfo a:visited {  color: #FFCC00; text-decoration: underline}
.contactinfo{
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
.bold {
font-weight:bold;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

.indextop {
	background-color: #003058;
	background-image: url(../images/cellbg.gif);
	height: 29px;
}
.bulletlist ul {
	
	 margin: 1em 1em 1em 10px;  /* bullet image is in left margin */
     padding-left: 0;
}

.bulletlist li {
	list-style-position: outside;
	list-style: none;
	background: url(bullet.gif) no-repeat left top;
    margin-left: -10px;
    padding-left: 20px;  /* distance between bullet and text */
	padding-right: 40px; 
    margin-bottom: 1em; /* spacing between list items */
}

.checklist ul {
	
	 margin: 1em 1em 1em 10px;  /* bullet image is in left margin */
     padding-left: 0;
	 
}

.checklist li {
	list-style-position: outside;
	list-style: none;
	background: url(../images/checkbox.gif) no-repeat left top;
    margin-left: -10px;
    padding-left: 20px;  /* distance between bullet and text */
	padding-right: 40px; 
    margin-bottom: 20px; /* spacing between list items */
}
