﻿/* ================================================== */
/* Body */
body {
margin: 0;
padding: 0;
font-family: verdana, arial, sans-serif;
font-size: small;
color: rgb(51,51,51);
background: rgb(160,160,160);
}

/* ================================================== */
/* Defines style for element a */
a:link,
a:visited,
a:hover,
a:active {color: rgb(164,85,0);}

a img {
border: none;
}

/* ================================================== */
/* Defines style for element p */
p	{
font-size: 11px;
text-align: left;
}
p.bold	{
font-weight: 600;
}
p.legal {
font-size: 9px;
font-weight: 100;
text-align: center;
color: rgb(120,120,120);
}
p.zdnote {
display: block;
font-size: 9px;
font-weight: 100;
text-align: center;
color: rgb(120,120,120);
}

/* ================================================== */
/* Defines style for element h1,h2,h3 */
h1, h2, h3	{
font-weight: bold;
}
h1	{
margin: 0 0 .7em 0;
font-size: 20px;
line-height: 16px;
}
h2	{
margin: .2em 0;
font-size: 14px;
}
h3	{
margin: 0;
padding: 0;
font-size: 11px;
}

/* ================================================== */
/* Defines style for element ul, ol*/
ul, ol {
margin-top: 0px;
}

/* Defines style for element li*/
li {
font-size: 11px;
line-height: 14px;
}

/* Defines style for element hide*/
/* special cases */
.hide	{
display: none;
}

/* Defines style for element img*/
img.link	{
border: none;
}

/* css hack for ie5 font size */
.html body {
font-size: x-small;
font-size: small;
}

/* ================================================== */
/* Defines style for element awdlist*/
#awdlist {
margin-top: 25px;
text-align: center;
}

/* ================================================== */
/* Defines style for element ssQuotes*/
#ssQuotes {
margin-left:10px;
}
#ssQuotes .ssQuoteL {
color: rgb(90,90,90);
font-size: 11px;
font-style: italic;
margin: 0;
text-align: right;
font-weight: bold;
}
#ssQuotes .ssQuoteR {
color: rgb(90,90,90);
font-size: 11px;
font-style: italic;
margin: 0;
text-align: right;
font-weight: bold;
}
#ssQuotes .ssQuotedR {
text-align: right;
color: rgb(90,90,90);
font-size: 11px;
margin: 0 0 10px 10px;
}
#ssQuotes .ssQuotedL {
text-align: right;
color: rgb(90,90,90);
font-size: 11px;
margin: 0 0 5px 0px;
}

