<STYLE>
P {
    COLOR: black;
    FONT-FAMILY: arial, helvetica
	margin-top:0px;
	margin-bottom:0px;
}
BODY {
    MARGIN-TOP: 0px;
    FONT-SIZE: small;
    BACKGROUND: white;
    MARGIN-LEFT: 0px; 
    COLOR: black;
    MARGIN-RIGHT: 0px;
    FONT-FAMILY: arial, helvetica
}
A:link
{
    COLOR: blue;
}
A:visited
{
    COLOR: purple;
}
A:hover
{
    COLOR: red;
}

A:link IMG { border: none; }
A:visited IMG { border: none; }

h1, h2, h3, h4, h5
{
    BACKGROUND: white;
    COLOR: black;
    margin-top:0px;
 	top:0px;
 	padding-top:0px;
 	padding-bottom:0px;
 	text-align:center;
}

table, tr, td, th
{
	text-align: left;
}

.comp 
{
	color:black;
	margin-bottom:0px;
	z-index:2;
} 

.bottomnavigation
{
	FONT-WEIGHT: bold;
    FONT-SIZE: small;
    COLOR: black;
    BACKGROUND: silver;
    /* BOTTOM: 0px; */
    POSITION: relative;
    TEXT-ALIGN: center;	
}

.topnavigation
{
    /* MARGIN-TOP: 0px; */
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    BACKGROUND: silver;
    /* MARGIN-BOTTOM: 0px; */
    margin-left:0px;
    COLOR: black;
    POSITION: relative;
    TEXT-ALIGN: center
}

.company
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    TEXT-ALIGN: Center;	
    Z-INDEX: 1;
    COLOR: black;
    left: 0px;
    top: 0px;
    POSITION: relative;
    BACKGROUND-COLOR: white;
    margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.leftofcompany
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    TEXT-ALIGN: left;	
    Z-INDEX: 2;
    COLOR: black;
    left: 0px;
    top: 10px;
    POSITION: absolute;
    BACKGROUND-COLOR: salmon;
    margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.rightofcompany
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    TEXT-ALIGN: left;	
    Z-INDEX: 2;
    COLOR: black;
    right: 0px;
    top: 10px;
    POSITION: absolute;
    BACKGROUND-COLOR: salmon;
    margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.content
{
	position: relative;
	z-index:6;
	background-color:white;
	margin-left:10px;
	margin-right:10px;
	/*font-size:small;*/
	text-align:left;
}


.listing
{
    FONT-SIZE: small;
    COLOR: black;
    left: 0px;
    POSITION: relative;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left;	
}

.sorting
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    COLOR: blue;
    left: 0px;
    POSITION: relative;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left;	
}

.middle table
{
	margin-left: auto;
	margin-right: auto;
}

.listImg
{
	text-align:center;
}

#lblOfferPrice
{
	color: red;
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
}

#lblOfferText
{
	color: red;
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
}

#centeredPanel
{
	margin-left: auto;
	margin-right: auto;
}

#centeredPanel2
{
	margin-left: auto;
	margin-right: auto;
}
</STYLE>