
/* 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 */

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

#content1col{
padding-top: 0.125in;
padding-left: 0.125in;
padding-right: 0.125in;
text-align: left;
float: left;
}

#content2col{
width: 3.35in;
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: 750px;
margin-left: auto;
margin-right: auto;
}

/* Custom defined Classes */

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

.boxed{
padding: 1em;
background: white;
color: black;
font-size: 8pt;
font-weight: bold;
text-align: center;
border: #4f81bd 3px solid;
}

.boxedblue{
padding: 1em;
background: #4f81bd;
color: white;
font-size: 8pt;
font-weight: bold;
text-align: center;
border: #385d8a 1px solid;
}

.boxedbody{
border-left: #385d8a 1px solid;
border-right: #385d8a 1px solid;
}

.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;
}

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

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

.boxleft{
border-left: #385d8a 1px solid;
}

.boxright{
border-right: #385d8a 1px solid;
}

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

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

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

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

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

