body {
	margin: 0;
	background-image: url(../images/gray_bkgd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
}

.top
{
	background-image: url(../images/left_cell_shadow2.jpg);
	}
	
.rightcenterindex {
 background-image: url(../images/right_cell_shadow.jpg); 
}

.rightcenter {
 background-image: url(../images/right_cell_bkgd.jpg); 
}
	
.rightbottom {
 background-image: url(../images/right_cell_shadow2.jpg); 
}

.left {
 background-image: url(../images/left_cell_shadow.jpg); 
}

td {
	text-align: left;
}

tbody {
	text-align: left;
}
	
a:link {  color: #0033CC; text-decoration: underline}
a:visited {  color: #0033CC; text-decoration: underline}

.firmname {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	line-height: 1.4em;
}
.designation {
	font-size: 125%;
	color: #000000;
	font-weight: bold;
	line-height: 1.4em;
}

h1 {
	color: #000000;
	font-size: 170%;
	line-height: 1.4em;
}

.copyright {
	font-size: 75%;
	color: #000000;
}

.newslist {
list-style-type: none;
margin: 3px 5px 3px 10px;
padding: 2px 0;
}

.newslist li{
list-style-type: none;
background: url(../images/arrow_bullet.gif) no-repeat 0px 12px;
display: block;
width: auto;
padding: 5px 0 5px 0px;
}

.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 */
}
