body {
	background-color: #ffffff;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	}
	
a:link {  color: #003399;}
a:visited {  color: #003399;}

.news { 
  font-size: 90%;
  color: #000099;
  text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif}
  
.bullet {  list-style-image: url(../images/arrow_red.gif); list-style-type: none; list-style-position: outside}


td {
	text-align: left;
	}

tbody {
	text-align: left;
}

.firmname {
	font-size: 140%;
	color: #000000;
	font-weight: bold;
	line-height: 1.7em;
}

.designation {
	font-size: 125%;
	color: #000000;
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
}

.firmname_contact_pop {
	font-size: 140%;
	color: #000000;
	font-weight: bold;
	line-height: 1.7em;
}

.designation_contact_pop {
	font-size: 125%;
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	}
	
.bold_contact_pop {
	font-weight: bold;
	line-height: 1.5em;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
.bottomLinks {
 	font-size: 80%
}

.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 */
}