body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
}

.top
{
	background-image: url(../images/cellbg.jpg);
}
td {
	text-align: left;
}

tbody {
	text-align: left;
}

.date {
color: #000000;
	font-weight: bold; 
	}
	
a:link {  color: #003399; text-decoration: none}
a:visited {  color: #003399; text-decoration: none}
a:hover {  color: #990000; text-decoration: underline}

.side-navigation{
line-height: 20px;}

.bottomlinks {
	font-size: 80%;
	color: #000000;
}

.contact a:link {  color: #FFCC00; text-decoration: none}
.contact a:visited {  color: #FFCC00; text-decoration: none}
.pcontact a:hover {  color: #FFFFFF; text-decoration: underline}
.contact { 
	color: #FFFFFF;
	font-weight:bold;
    }

.firmname {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
}
.designation {
	font-size: 125%;
	color: #000000;
	font-weight: bold;
}

h1 {
	color: #990000;
	font-size: 170%;
}

.copyright {
	font-size: 75%;
	color: #000000;
}
li {
list-style-type: disc;
}
.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(../images/bullet.gif) no-repeat left top;
    margin-left: -20px;
    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 */
}
