div {
 margin: 0;
 padding: 0;
}
body {
 background-color: #ffffff;
 background-image: url(/images/background_popup.gif);
 background-repeat: repeat-x;
 margin: 0px;
}
img#logo {
 position: absolute;
 left: 10px;
 top: 0px;
 width: 100px;
 height: 42px;
 border: 0;
}
div#buttons {
 position: absolute;
 right: 20px;
 top: 11px;
}
div#buttons img {
 width: 11px;
 height: 11px;
 margin-left: 11px;
 border: 0;
}
table#content {
 padding: 60px 16px 0 16px;
 display: block;
 width: 100%;
}
h1 {
 display: block;
 font-family: Arial;
 font-size: 11px;
 line-height: 11px;
 font-weight: bold;
 color: #000f60;
 margin-bottom: 16px;
}
h2 {
 display: block;
 font-family: Arial;
 font-size: 11px;
 line-height: 11px;
 font-weight: bold;
 color: #000f60;
 margin-bottom: 16px;
}
h3 {
 display: block;
 font-family: Arial;
 font-size: 11px;
 line-height: 11px;
 color: #000000;
 font-weight: normal;
 text-decoration: underline;
 margin-bottom: 16px;
}
p {
 display: block;
 font-family: Arial;
 font-size: 11px;
 line-height: 13px;
 color: #000000;
 margin-bottom: 16px;
}
img.example {
 margin-bottom: 16px;
 width: 100px;
 height: 42px;
 border: 0;
}

/* RedDot Stylesheet Start */
span.reddot{
FONT-SIZE: 8pt; 
COLOR: RED; 
FONT-FAMILY: Arial, Helvetica, sans-serif
}
span.reddotblack{
FONT-SIZE: 8pt; 
COLOR: black; 
FONT-FAMILY: Arial, Helvetica, sans-serif
}