.navBgColor {
	background-color: #83A8FF;
}
.navBorderColor {
	background-color: #2E3192;
}
.mainBorderColor {
	background-color: #2E3192;
}
.mainBgColor {
	background-color: #FFFFFF;
}
.LinkbarBottom {
	font-size: x-small;
	color: #333399;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;

}
h1 {
	font-size: 1.8em;
	color: #333399;
	font-weight: bold;




}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;



}
dt {
	font-weight: bold;
}
.tradeTable {
	padding: 3px;
	border: 1px;
}
.thumbnailL{
position: relative;
z-index: 0;
padding: 1px;
margin: 1px;
}
.thumbnailL img{
border-width:0}
.thumbnailL:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailL span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
left: -1000px;
border: 2px solid;
visibility: hidden;
color: #333399;
text-decoration: none;
-moz-border-radius: 12px;
}

.thumbnailL span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 10px;
}

.thumbnailL:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display: block;
position: absolute;
top: 40px;
left: 40px; /*position where enlarged image should offset horizontally */
}
.thumbnailR{
position: relative;
z-index: 0;
padding: 1px;
margin: 1px;
}
.thumbnailR img{
border-width:0}
.thumbnailR:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailR span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
left: -1000px;
border: 2px solid;
visibility: hidden;
color: #333399;
text-decoration: none;
-moz-border-radius: 12px;
}

.thumbnailR span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 10px;
}

.thumbnailR:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display: block;
position: absolute;
top: 40px;
left: -300px; /*position where enlarged image should offset horizontally */
}
.thumbnailK{
position: relative;
z-index: 0;
padding: 1px;
margin: 1px;
}
.thumbnailK img{
border-width:0}
.thumbnailK:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailK span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
left: -1000px;
border: 2px solid;
visibility: hidden;
color: #333399;
text-decoration: none;
-moz-border-radius: 12px;
}

.thumbnailK span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 10px;
}

.thumbnailK:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display: block;
position: absolute;
top: -190px;
left: 225px; /*position where enlarged image should offset horizontally */
}