.red { color: red; background: transparent; }
.green { color: green; background: transparent; }
.largered { color: red; background: transparent; font-size: x-large; }
.small { font-size: small; }
.xsmall { font-size: x-small; }
.large { background: transparent; font-size: x-large; }
.larger { font-size: larger; }
.medium { font-size: medium; }
.smaller { font-size: smaller; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
.tcenter { text-align:center; }
.nomargin { margin: 0;}
.nowrap { white-space: nowrap; }
.indent10 { margin: 4px 0 0 15px; }
.indent10big {margin: 4px 0 0 15px; font-size:large; font-weight: bold; }
.bold { font-weight: bold; }
.quot {color: gray; background: transparent; font-size: small; }
.mark { font-size: 40%; vertical-align: top; }
.ul { text-decoration: underline; }
.hidden { display:none; }
.redbox {
color: red;
background: transparent;
border-width:thin;
border-style:solid;
border-color:red;
padding:5px;
}
.greenbox {
color: green;
background: transparent;
border-width:thin;
border-style:solid;
border-color:green;
padding:5px;
}
.box98 { float:left; width:98%; padding:5px; }
.box48 { float:left; width:48%; padding:5px; }
.borderbox98 {
float:left;
border-width:thin;
border-style:solid;
border-color:black;
padding:5px;
width:98%;
}
.borderbox85 {
text-align: center;
border-width:thin;
border-style:solid;
border-color:black;
padding:5px;
width:85%;
}
.borderbox50 {
text-align: left;
border-width:thin;
border-style:solid;
border-color:black;
padding:5px;
width:50%;
}
.borderbox30 {
text-align: left;
border-width:thin;
border-style:solid;
border-color:black;
padding:5px;
width:30%;
}
.borderbox {
border-width:thin;
border-style:solid;
border-color:black;
padding:5px;
}
@media print {
.noprint { display:none; }
}
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet{
font-family:arial,sans-serif;}
body{font-size:small;color:black;background:white}
img { border:0; }
div#container {width:100%;}
div#header h1{ height:40px; font-size:1.3em; line-height:40px; margin:0; padding-left:10px; background:#EEE; }
div#content { margin-left:180px; }
div#navigation {
float:left;
width:150px;
text-align:center;
margin-right:-100%;
}
div#navigation hr {
width:135px;
}
div#navigation div.search {
background:white;
width:140px;
height:24px;
margin-right:auto;
margin-left:auto;
}
div#navigation div.search .text {
width:118px;
margin:2px 0 0 0;
border:0;
float:left;
background:transparent;
}
div#navigation div.search .go {
float:right;
margin:2px 0 0 -100%;
}
div#navigation ul li.linkbreak {
font-size:85%;
color:white;
background:#606060;
margin-bottom:2px;
padding:5px;
}
div#navigation ul {
list-style-type:none;
margin:0;
padding:0;
margin-bottom:0;
}
div#navigation ul li {
padding-bottom:2px;
}
div#navigation ul li a {
font-size:85%;
color:black;
background:transparent;
display:block;
padding:5px;
text-decoration:none;
}
div#navigation ul.banner li a {
font-size:85%;
color:black;
background:transparent;
display:block;
padding:5px;
text-decoration:none;
}
div#navigation ul li a:visited {
color:black;
}
div#navigation ul li a:hover {
color:white;
background:blue;
}
div#navigation ul.banner li a:hover {
background:transparent;
color:black;
}
div#footer { clear: both; width:100%; }
div#footer hr { height:4px; }
div#mobile {width:320px; font-size:large;}
div#mobile p {width:320px; font-size:large;}
div#mobile p a {width:320px; font-size:large;}
table,input,select,textarea,option{font-family:inherit;font-size:inherit}
body.dlt { color: black; background: url(/images/delta-background.gif); }
h1{font-size:1.3em;}
h2{font-size:1.2em;}
h3{font-size:1.1em;}
a {text-decoration:none;}
a:hover{color:fuchsia;background:transparent;}
div.file {
float:left;
}
div.file ul li {
margin: 8px 0 0 0;
}
div.file p {
margin: 8px 0 0 0;
}
ul.gift {
margin: 5px 0 0 15px;
padding: 0;
}
ul.gift li {
padding-bottom: 5px;
}
div.help {
padding-bottom:4px;
}
div.help h3 {
margin: 15px 0 0 0;
font-weight:bold;
}
div.help h4 {
margin: 15px 0 0 0;
font-weight:bold;
}
div.help p {
margin: 10px 0 0 25px;
}
div.help ul li, div.help ol li {
margin: 10px 0 0 25px;
}
.reshdr { text-align: center; font-weight: bold; }
.reshdrul { text-align: left; font-weight: bold; text-decoration: underline; }
.block { text-align: justify; }
.cs { text-align: center; font-size: smaller; }
.ll { text-align: left; font-size: larger; font-weight: bold; }
.contenthdr { font-size: 1.3em; text-align: left; font-style: italic; }
.footerL { font-size: 0.8em; text-align: left; }
.footerR { font-size: 0.8em; text-align: right; }
TD.ll { font-size: large; text-align: left; }
TD.jl { text-align: left; font-weight: bold; }
TD.jr { text-align: right; font-weight: bold; }
TD.ixpx { text-align: center; vertical-align: middle; }
TD.ixtx { text-align: left; vertical-align: top; font-size: 1.0em; }
.boxheader { float: left; font-size: 1.1em; font-weight: bold; margin: 20px 0 0 0;}
.mkthd {
font-weight:bold;
text-decoration:underline;
}
TABLE.degtbl {
border-collapse: collapse;
}
TABLE.degtbl TH {
padding: 5px;
border: 1px solid black;
background: #F7EFFF;
text-align: center;
}
TABLE.degtbl TD {
padding: 5px;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
}
.s_url {color: #115599}
.s_desc{font-size: 13px;}
.s_title {color:#0000FF; font-size:15px}
.searchBox {
width:26em;
margin-left:auto;
margin-right:auto;
padding:10px;
border:1px solid #113377;
text-align:center;
}
.searchBox input.text { width: 20em; }
#s_result_report {
text-align:center ;
padding:3px;
background-color:#e5ecf9;
font-weight: bold;
margin-bottom:14px;
}
#s_results { }
#s_other_pages {
text-align:center;
}
#s_common_report {
text-align:center;
}
.s_divline{
margin-top:20px;
margin-bottom:-5px;
border-bottom:1px solid #DDDDDD;
}
.s_indented {
margin-left:30px;
}
#s_did_you_mean {
font-size: 14px;
text-align:center ;
margin:10px;
}

