a {
display: none;
}


#abimage {
background: url(logo.jpg) no-repeat;
position: absolute;
width: 100px;
height: 180px;
left: 800px;
top: 60px;
}


#email {
display: none;
}
#menu {
display: none;
}
#eq {
display: none;
}
#row1alt {
display: none;
}


#headerdescription {

}

#footnote {
display: none;
}
#footer {
display: none;
}

#r8 {
display: none;
}

#r1 {
display: none;
}
#r2 {
display: none;
}
#r3 {
display: none;
}
#r4 {
display: none;
}


#r7 {
display: none;
}
#r9 {
display: none;
}
p {
display: none;
}

#rimage{
display: none;
}

table {
padding: 8px;
border-collapse: collapse;
width: 100%;
}

#t2 {
margin-top: 50px;
margin-bottom: 25px;
}

#notes {
font-size: 13px;

}

table tr {
}

table td {
padding: 8px;
}




.theading {
font-size: 14px;
font-weight: bold;
background-colour: #ffffff;
padding-top: 10px;
border-bottom: black 1px solid;
border-top: black 0px solid;
}
.tdescription {
font-size: 12px;
font-style: normal;
padding: 8px;
}
.tdata {
font-size: 11px;
font-style: normal;
padding: 8px;
}







#bfee td{
font-size: 13px;
color: #669;
padding: 8px;
background: #e8edff; 
border-top: 1px solid transparent;
border-bottom: 1px solid #fff;
}
#sduty td{
font-size: 13px;
color: #669;
border-bottom: 1px solid #fff;
padding: 8px;
background: #e8edff;
border-top: 1px solid transparent;
}
#bpremium td{
font-size: 14px;
border-bottom: 1px #fff solid;
border-top: 4px #aabcfe solid;
color: #039;
font-weight: bold;
background: #b9c9fe;
padding: 8px;
}
#discount td{
font-size: 13px;
color: #669;
padding: 8px;
background: #e8edff; 
border-top: 1px solid transparent;
border-bottom: 1px solid #fff;
}
#total td{
font-size: 14px;
border-bottom: 1px #fff solid;
border-top: 4px #aabcfe solid;
color: #039;
font-weight: bold;
background: #b9c9fe;
padding: 8px;
}


#qbuttons {display: none;}



















/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin: 0;
padding: 0px;
width: 100%;
background-color: #ffffff;
border-style: solid;
border-color: #c9c9c9;
border-width: 0px;
}

#columnTwo {
	width: 100%;
	background: url(row6bund.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: 0;
	border: 0px red solid;
}



/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/* 
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
