body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #384429;
	line-height: 125%;
	text-align: left;
	background-image: url(../images/greenbkgd.jpg);
}
.bar {
	background-image: url(../images/cellbg.gif);
	background-color: #E99034;
	height: 25px;
	 }
	 
#container {
	width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 0;}

td {
	text-align: left;
}

tbody {
	text-align: left;
}

a:link {  color: #CC6600; text-decoration: underline}
a:visited {  color: #CC6600; text-decoration: underline}

.bottomlinks a:link {  color: #FFFF99; text-decoration: underline}
.bottomlinks a:visited {  color: #FFFF99; text-decoration: underline}
.bottomlinks {
	font-size: 80%;
	color: #FFFF99;
}

.firmname {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	line-height: 1.4em;
}
.designation {
	font-size: 125%;
	color: #000000;
	font-weight: bold;
}

.bold {
font-weight:bold;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

.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: -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 */
}

.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}

