body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	background-color: FFFFFF;
}

.top
{
	background-color: #333399;
	background-image: url(../images/cellbg.gif);
}
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}

.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%;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
}
.designation {
	font-size: 125%;
	line-height: 1.3em;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

h1 {
	color: #003399;
	font-size: 170%;
	line-height: 1.4em;
}

.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 */
}

.refund {
    float: right;
	width: 230px;
	height: 54px;
	margin: 10px 5px;
	padding: 130px 0 0 0;
	text-align: center;
	background: url(../images/refund.jpg) no-repeat center top;
}