body {
	margin: 0;
	background-color: #305A1B;
	background-image: url(../images/greenbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	text-align: left;
}
#container {
	width: 920px;
	margin: 0 auto;
	text-align: center;}
.top
{
	background-image: url(../images/cellbg.gif);
}
td {
	text-align: left;
}

tbody {
	text-align: left;
}

.date {
color: #000000;
	font-weight: bold; 
	}
	
a:link {  color: #006600; text-decoration: none}
a:visited {  color: #006600; text-decoration: none}
a:hover {  color: #990000; text-decoration: underline}

.bottomlinks a:link {  color: #FFCC00; text-decoration: none}
.bottomlinks a:visited {  color: #FFCC00; text-decoration: none}
.bottomlinks a:hover {  color: #FFCC00; text-decoration: underline}
.bottomlinks {
	font-size: 80%;
	color: #FFFFFF;
}

.contact a:link {  color: #FFCC00; text-decoration: none}
.contact a:visited {  color: #FFCC00; text-decoration: none}
.contact a:hover {  color: #FFCC00; text-decoration: underline}
.contact {
	color: #FFFFFF;
	font-weight: bold;
}

.firmname {
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
}
.designation {
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
	}

h1 {
	color: #003300;
	font-size: 170%;
	line-height: 1.5px;
}

.largetext {
	font-size: 150%;
	}

.copyright {
	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 */
}

#links {
	float: right;
	text-align: center;
	width: 98%;
	height: 115px;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
	background-image: url(../images/chamber_logo.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
#login {
	width: 300px;
	padding: 0 0 0 120px;
	text-align: center;}
