
/* Predefined XHTML Tags */

body{
background: white;
margin: 9px;
font: 8pt Arial, Verdana, Helvetica, sans-serif;
color: black;
}

A:link{ color:#0000FF; text-decoration:underline; }
A:hover{ color:#333399; text-decoration:underline; }
A:active{ color:#0000FF; text-decoration:underline; }
A:active:hover{ color:#333399; text-decoration:underline; }
A:visited{ color:#0000FF; text-decoration:underline; }
A:visited:hover{ color:#333399; text-decoration:underline; }

/* Custom defined IDs */

#bluebox{
width: 1.375in;
font-size: 8pt;
font-weight: bold;
text-align: center;
color: white;
background-color: #005294;
padding: 0.5em;
}

#container{
width: 3in;
padding-top: 0.125in;
padding-left: 0.25in;
padding-right: 0.25in;
text-align: left;
float: left;
}

#content1col{
width: 830px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
float: left;
}

#content2col{
width: 4in;
padding-top: 0.125in;
padding-left: 0.125in;
padding-right: 0.125in;
text-align: left;
float: left;
}

#contentwide{
width: 5in;
padding-top: 0.125in;
padding-left: 0.125in;
padding-right: 0.125in;
text-align: left;
float: left;
}

#footer{
text-align: center;
font-size: 8pt;
float: left;
}

#goldbox{
width: 1.375in;
font-size: 8pt;
font-weight: bold;
text-align: center;
color: black;
background-color: #ffcc00;
padding: 0.5em;
}

#header{
width: auto;
height: auto;
color: black;
font-size: 8pt;
font-weight: normal;
text-align: right;
}

#navlist
{
color: blue;
font-weight: bold;
}

#navlist a:link { color: black; text-decoration: none; }
#navlist a:visited { color: black; text-decoration: none; }
#navlist a:hover{ color: blue; text-decoration:underline; }

#pagetitle{
text-align: center;
font-weight: bold;
font-size: 24pt;
color: #9e9e9e;
}

#rfq{
margin-left: 0.1in;
width: 1.375in;
font-size: 8pt;
font-weight: bold;
text-align: center;
color: black;
padding: 0.5em;
border: #385d8a 2px solid;
}

#wrap{
width: 850px;
margin-left: auto;
margin-right: auto;
}

/* Custom defined Classes */

.advantage{
color: black;
font-size: 10pt;
font-weight: bold;
padding-top: 25px;
padding-left: 25px;
}

.blueback {
padding: 2px;
color: white;
background: #005294;
}

.boxedblue{
padding: 1em;
background: #dce6f2;
color: black;
font-size: 8pt;
font-weight: bold;
text-align: left;
border: #385d8a 1px solid;
}

.cellborder {
border: 1px solid #005294;
color: black;
text-align: left;
}

.celltitle {
border: 1px solid #005294;
background-color: #c0c0c0;
color: black;
font-weight: bold;
text-align: center;
}

.datacell{
font-weight: bold;
background: white;
text-align: left;
color: black;
border-bottom: #333399 1px solid;
}

.dblspace{
line-height: 2em;
}

.largedbl{
color: black;
font-size: 10pt;
line-height: 2em;
}

.goldcell{
font-weight: bold;
font-size: 8pt;
background: #ffcc00;
border: #ffcc00 1px solid;
text-align: center;
color: black;
}

.greycell{
font-weight: bold;
font-size: 8pt;
background: #9e9e9e;
border: #9e9e9e 1px solid;
text-align: center;
color: black;
}

.headcenter{
border-top: #385d8a 1px solid;
border-bottom: #385d8a 1px solid;
}

.headimg{
border-top: #385d8a 1px solid;
}

.headleft{
border-top: #385d8a 1px solid;
border-left: #385d8a 1px solid;
border-bottom: #385d8a 1px solid;
}

.headright{
border-top: #385d8a 1px solid;
border-right: #385d8a 1px solid;
border-bottom: #385d8a 1px solid;
}

