body{
background-color:#dedede;
font-family:verdana;
font-size:8pt;
color:#666666;
margin-top:0;
margin-left:0;
margin-bottom:0;
margin-right:0;
}
h1{
font-family:verdana;
font-size:12pt;
color:black;
}
.content{
background-color:#dedede;
font-family:verdana;
font-size:8pt;
color:#333333;
}
.footer{
font-family:verdana;
font-size:7pt;
color:#ffffff;
}
.menuitem{
background-repeat:no-repeat;
cursor:pointer;
font-family:verdana;
font-size:8pt;
font-style:normal;
font-weight:bold;
color:#ffffff;
margin-top:0;
margin-left:0;
margin-bottom:0;
margin-right:0;
}
.menuover{
border-bottom-style:none;
border-top-style:none;
border-left-style:none;
border-right-style:none;
cursor:pointer;
font-family:verdana;
font-size:8pt;
font-style:normal;
font-weight:bold;
color:#cccccc;
}
.siteheader{
font-family:verdana;
font-size:10pt;
color:#4761c8;
}
.sitemap{
font-family:verdana;
font-size:10pt;
}
.basketinput{
background-color:#ffffff;
font-family:verdana;
font-size:8pt;
color:#000000;
}
.basketbutton{
background-color:#dedede;
font-family:verdana;
font-size:8pt;
color:#000000;
}
.basketframe{
background-color:#dedede;
font-family:verdana;
font-size:8pt;
color:#000000;
}
#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:752px;
	height:550px;
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	margin-left: -376px; /*set to a negative number 1/2 of your width*/
	background-color: #dedede;
	overflow: auto;
}