body {
  font-family:
    "Bookman Old Style",	/* Windows, MacOS */
    "Serifa BT",		/* Windows XP. Not the same font,
				   but the overall look is close enough. */
    "URW Bookman L",		/* Unix+X+FontConfig */
    "itc bookman",		/* Unix+X */
/* Fallback options */
    times,			/* Unix+X, MacOS */
    serif;
    background-color:#ffffff;
    font-size:14px;
}
h1,h2,h3 {
    font-style:italic;
    font-weight:normal
}

A:link {
    color: #72253F;
    font-family: arial;
    font-size: 13pt;
    text-decoration: none
}

A:visited {
    color: #72253F;
    font-family: arial;
    font-size: 13pt;
    text-decoration: none
}

A:hover {
    color: #72253F;
    font-family: arial;
    font-size: 13pt;
    text-decoration: underline
}

.active {
    color: #666666;
    font-family: arial;
    font-size: 13pt;
    text-decoration: none;
    background-color: #ffffff
}

.title {
    color: #333333;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold
}

.header {
    color: #72253F;
    font-weight: bold;
    font-size: 13px;
    background-color: #FAE1CA;
    text-align: left;
    border-width: 1px;
    width: 183px
}

.content {
    color: #000000;
    background-color: #ffffff
}

.footer {
    color: #660033;
    font: 9px arial;
    text-align: left
}

.menu{
    color: #cccc99;
    font-weight: bold;
    height:10px;
    text-align: center;
   
}

.main {
    color: #660033;
    font: bold 11px arial;
    text-decoration: none;
    background-color: #ffffcc;
    width: 700px
}

.prodhead {
    color: #000000;
    font: bold 11px arial;
    text-decoration: none;
    text-align: left;
    width: 510px
}


.layerheader{
    color: #cccc99;
    font: italic 10px arial;
    background: url(images/menu.gif);
    text-align: right;
    background-color: #003300
}

.strap {
    color: #72253F;
    font: bold italic 11px arial;
    text-decoration: none;
    text-align: right;
}

.textlink:link
{
    color: #e27a19;
    font-weight: bold;
    font-size:14px;
    text-decoration: none
}

.textlink:visited
{
    color: #e27a19;
    font-weight: bold;
    font-size:14px;
    text-decoration: none
}

.textlink:hover
{
    color: #e27a19;
    font-weight: bold;
    font-size:14px;
    text-decoration: underline
}

.textlink:active
{
    color: #e27a19;
    font-weight: bold;
    font-size:14px;
    text-decoration: none
}

.fullwidth
{
    width: 700px;
}

.outer
{
    width:100%;
    height:100%;
    float:none;
    background:url(images/dm/background.gif);
    background-repeat:no-repeat
}

.whiteborder
{
   background-color:#ffffff;
   width:700px;
   border-width:1px;
   border-style:solid;
   border-color:#ffffff
}