* {
margin: 0; 
padding: 0; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
}
/*Override defaults for all tags. */

BODY {
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
background-color: white; 
}

P { 
margin-top: 8px; 
margin-bottom: 0px; 
line-height: 17px; 
}

P.first { 
margin-top: 3px; 
}

P.footer { 
font-size: 10px; 
color: #0d396a; 
margin-top: 8px; 
margin-bottom: 0px; 
line-height: 15px; 
}

P.caption { 
font-size: 10px; 
color: #005382; 
line-height: 12px; 
margin-top: 4px; 
}

H3 { 
text-align: center; 
font-size: 13px; 
margin-top: 15px; 
color: #e56117; 
font-weight: bold; 
margin-left: 12px; 
margin-right: 12px; 
}

H3.first { 
margin-top: 0px; 
}

H4 { 
font-size: 13px; 
margin-top: 15px; 
color: #e56117; 
font-weight: bold; 
line-height: 17px; 
}

H4.first { 
margin-top: 0px; 
}

UL, OL { 
margin-top: 0px; 
margin-left: 10px; 
padding-left: 20px; 
list-style-position: outside; 
}

LI { 
margin-top: 3px; 
margin-bottom: 0px; 
line-height: 14px; 
}

IMG.right {
margin-top: 8px; 
margin-right: 0px; 
margin-bottom: 3px; 
margin-left: 12px; 
}

HR { 
margin-top: 15px; 
margin-bottom: 15px; }

TABLE.layout {
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
border-spacing: 0px;
border: inset 0px;
border: outset 0px;
}

TD.shadow-right { 
background-image: url(images/shadow-right.gif); 
background-repeat: repeat-y; 
background-color: #E6E6E6; 
width: 10px; 
}

TD.light_blue { 
background-image: url(images/light_blue.gif); 
background-color: #d1e2f2; 
}

TD.light_green { 
background-image: url(images/light_green.gif); 
background-repeat: no-repeat; 
background-color: #d8e1c2; 
}

TD.light_green_interior { 
background-image: url(images/light_green_interior.gif); 
background-repeat: no-repeat; 
background-color: #d8e1c2; 
padding-top: 35px; 
padding-right: 35px; 
padding-bottom: 35px; 
padding-left: 35px; 
}

TD.sidebar { 
background-image: url(images/light_blue.gif); 
background-color: #bcc4cc; 
padding-top: 7px; 
padding-right: 6px; 
padding-bottom: 6px; 
padding-left: 7px; 
}

TD.left_column_text { 
padding-top: 32px; 
padding-right: 35px; 
padding-bottom: 25px; 
padding-left: 0px; 
}

TD.right_column_text { 
padding-top: 32px; 
padding-right: 137px; 
padding-bottom: 25px; 
padding-left: 0px; 
}

TD.text_column { 
background-image: url(images/light_blue.gif); 
background-color: #bcc4cc; 
padding-top: 7px; 
padding-right: 6px; 
padding-bottom: 6px; 
padding-left: 7px; 
}

TD.left_column_footer { 
padding-top: 1px; 
padding-right: 35px; 
padding-bottom: 10px; 
padding-left: 0px; 
}

TD.right_column_footer { 
padding-top: 1px; 
padding-right: 137px; 
padding-bottom: 10px; 
padding-left: 0px; 
}

TD.photostories { 
background-image: url(images/photostories_bkgrd.gif); 
background-repeat: repeat-y; 
background-color: white; 
padding-top: 35px; 
padding-right: 35px; 
padding-bottom: 35px; 
padding-left: 35px; 
}

table.data {
border-spacing: 0px;
/*border-collapse: collapse; */
background: #c6ceb2;
border: 0.3em solid #c6ceb2;
margin-top: 10px; 
margin-left: 0px; 
margin-right: 0px; 
margin-bottom: 15px; 
}

table.data th {
text-align: left; 
white-space: nowrap; 
font-weight: bold;
padding: 0.1em 0.5em;
border: 0px;
border-left: 1px solid #9999AA;
border-bottom: 1px solid #9999AA;
}

table.data td {
text-align: left;
border: 0px;
border-bottom: 1px solid #9999AA;
border-left: 1px solid #9999AA;
padding: .7em 0.5em;
}

table.data thead th {
text-align: left;
vertical-align: bottom;
white-space: normal; 
font-weight: bold;
padding: 0.1em 0.5em;
border: 0px;
border-left: 1px solid #9999AA;
border-bottom: 1px solid #9999AA;
border-top: 1px solid #9999AA;
}

table.data th.Corner {
text-align: left;
border-left: 0px;
}

table.data tr.Odd {
background: #d8e1c2;
}

fieldset {
padding: 12px; 
margin-top: 12px; 
margin-bottom: 12px; 
}

legend {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold; 
color: #e56117; 
}

INPUT { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; }

div.error {
color: red; 
}

div.warn {
color: green; 
}

*.nowrap { white-space: nowrap }

/* link attributes*/
a {color: blue; font-weight: bold; text-decoration: none; }
a:hover {text-decoration: underline; }

/* link attributes in captions*/
a.caption {color: #005382; font-weight: normal; text-decoration: underline; font-size: 10px; }
a.caption:hover {color: blue; }

/* link attributes in footer*/
a.footer {color: blue; font-weight: normal; text-decoration: none; font-size: 10px; }
a.footer:hover {text-decoration: underline; }
