* { font-family: Georgia, Arial; font-size: 14px; line-height: 18px; }
body { background-image: url(images/red.gif); }
a:link { color: #022D47; }
a:visited { color: #022D47; }
a:active { color: #022D47; }
a:hover { color: #760000; text-decoration: none; }
a.whitelink:link { color: #FFFFFF; }
a.whitelink:visited { color: #FFFFFF; }
a.whitelink:active { color: #FFFFFF; }
a.whitelink:hover { color: #FFFFFF; text-decoration: none; }
a.redlink:link { color: #501D0C; }
a.redlink:visited { color: #501D0C; }
a.redlink:active { color: #501D0C; }
a.redlink:hover { color: #501D0C; text-decoration: none; }
.title { font-weight: bold; }
.text { font-size: 14px; line-height: 18px; }
.header { color: #690100; font-size: 16px; letter-spacing: -1px; }
.warning { color: #501D0C; }
.iframe {
  width: 550px;
  overflow: auto;
  position: relative;
  padding: 5px 5px 5px 0;
  background: url(images/white.gif);
  filter:alpha(opacity=40);
  -moz-opacity:.40;
  opacity:.40;
}

b.header2 {
color: #690100; 
font-size: 14px;
}


.iframe2 {
  width: 540px;
  position: absolute;
  top: 237px;
  padding: 5px 5px 5px 10px;
  overflow: auto;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
.brsep { line-height: 8px; }
.super { font-size: 7pt; color: #760000; }
.copy { line-height: 14pt; }
.formfield { font-size: 8pt; background-color: #ECE3D9; }
/*Page related styles for you to view*/
#test2 {
overflow: auto;
padding: 5px 5px 5px 0;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#test2 {
width: 550px;
height: 270px;
border-width: 0;
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/vscrolle.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/vscrolle.png);
width: 15px;
height: 10px;
}

/* Extra sample styles */
.vscrollerbarbeg {
width: 18px;
height: auto;
}

.vscrollerbarend {
width: 18px;
height: 9px;
}

.vscrollerbase {
width: 15px;
background: white none;
background-image: url(images/scrollba.png);
}

.vscrollerbar {
background-image: url(images/vscrolle.png);
background-color: #8F9793;
padding: 0px;
}

.review
{
font-style: italic;
padding-top: 5px;
padding-bottom: 10px;
}

.reviewer
{
font-size: 10pt;
color: #501D0C;
}
.reviewimage
{
padding: 0 0 0 19px;
}

.bcleft, .bccenter, .bcright
{
  float: left;
}
.bcleft
{
  clear: both;
  padding: 20px 20px 20px 0;
}
.bccenter
{
  padding: 20px 10px 20px 10px;
}
.bcright
{
  padding: 20px 0 20px 20px;
}