/* normal page text */
p,ul,td {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #202020;
/* these control the space above and below paragraphs: */
margin-top: 0.8em;
margin-bottom: 0.8em;
}

ul.moreleading {
line-height: 165%;
}

p.quotecolor {
color: navy;
}

h1,h2,h3,h6 {
color: #202020;
}

/* when adjusting these values, preview effect in both FF and IE */
ul.noindent {
list-style-type: square;
margin-left: 0.25em;
padding-left: 0.55em;
margin-right: 0.25em;
margin-top: 0.0em;
margin-bottom: 0.0em;
}

.monospace {
font-family: Courier;
font-size: 12pt;		/* seems to be ignored */
color: #202020;
}

pre {
font-family: Courier;
font-size: 12pt;		/* seems to be ignored */
color: #202020;
}

/* tiny text, for copyright message */
.copyright {
font-size: 9px;
color: #484848;
}

/* nohover class provides links with no visible effect */
/* used within copyright area for "silent" links */
a.nohover:link {color: #484848; font-style: normal; font-weight: normal; text-decoration: none}
a.nohover:hover {color: #484848; font-style: normal; font-weight: normal; text-decoration: none}
a.nohover:visited {color: #484848; font-style: normal; font-weight: normal; text-decoration: none}

/* smaller text, for notes */
.small {
font-size: 11px;
}

/* title text (see also h5) */
.title {
font-size: 14px;
font-weight: bold;
color: #0088D1;
}

/* title text (see also .title) */
h4 {
font-size: 16px;
font-weight: bold;
color: #0088D1;
margin-bottom: 0.0em;
margin-top: 0.0em;
}

/* title text (see also .title) */
h1 {
font-size: 14px;
font-weight: bold;
color: #0088D1;
margin-bottom: 0.0em;
margin-top: 0.0em;
}

/* title text (see also .title) */
h5 {
font-size: 14px;
font-weight: bold;
color: #0088D1;
margin-bottom: 0.0em;
margin-top: 0.0em;
}

/* bigger text  */
.big {
font-size: 16px;
}

/* must use BOTH color settings to satisfy IE (color) and Opera (background-color) */
hr.divider1 {
color: #0088D1;
background-color: #0088D1;
height: 3px;
width: 100%
}

/* used just above copyright notice; has different width setting */
hr.divider2 {
color: #0088D1;
background-color: #0088D1;
height: 3px;
width: 97%
}

/* submenu */
.submenu {
font: 16px/32px Verdana,Arial,Helvetica,sans-serif;
color: #FFFFFF;
font-weight: bold;
text-indent: 29px;
background: #0088D1;
}

/* submenu2 */
.submenu2 {
font: 16px/32px Verdana,Arial,Helvetica,sans-serif;
color: #FFFFFF;
font-weight: bold;
text-indent: 29px;
background: #00ADEF;
}

.storeheader {
font: 14px/24px Verdana,Arial,Helvetica,sans-serif;
color: #FFFFFF;
font-weight: bold;
background: #0088D1;
}

/* link styles for submenu */
/* (this syntax permits the "span" declaration to persist for the "a href") */
.submenu a:link    {color: #ffffff; font-style: normal;}
.submenu a:hover   {color: #ffffff; font-style: normal; text-decoration: underline;}
.submenu a:visited {color: #ffffff; font-style: normal; }

/* link styles for submenu2 */
/* (this syntax permits the "span" declaration to persist for the "a href") */
.submenu2 a:link    {color: #ffffff; font-style: normal;}
.submenu2 a:hover   {color: #ffffff; font-style: normal; text-decoration: underline;}
.submenu2 a:visited {color: #ffffff; font-style: normal; }


/* link styles for submenu */
/* (this syntax requires the class declaration in each "a href") */
/* a.submenu:link    {color: #ffffff; font-style: normal;} */
/* a.submenu:hover   {color: #ffffff; font-style: normal; text-decoration: underline;} */
/* a.submenu:visited {color: #ffffff; font-style: normal; } */

td.content {
padding: 14px;
}

a:link {
/* color: #FF0D0D; */
color: #D14900;
font-weight: bold;
text-decoration: none;
}

/* must precede hover declaration to get visited links to underline */
a:visited {
color: #592D00;
font-weight: bold;
text-decoration: none;
}

a:hover {
/* color: #FF0D0D; */
color: #D14900;
font-weight: bold;
text-decoration: underline;
}

a.mailto {
color: #0088D1;
text-decoration: none;
}

a.mailto:hover {
color: #0088D1;
font-style: normal;
text-decoration: underline;
}

table.tablemain {
width: 100%;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
padding: 10px 0px 0px 0px;
background: #CECECE url(bg.gif) repeat;
}

table.tablemenu {
width: 788px;
border: 0px;
border-collapse: collapse;
margin-left: auto;					/* causes table to be centered */
margin-right: auto;					/* causes table to be centered */
border-width: 0px;
border-spacing: 0px;
padding: 0px 0px 0px 0px;
}

table.tablesubmenu {
width: 788px;
border: 0px;
border-collapse: collapse;
margin-left: auto;					/* causes table to be centered */
margin-right: auto;					/* causes table to be centered */
border-width: 0px;
border-spacing: 0px;
padding: 0px 0px 0px 0px;
}

table.tablecontent {
width: 788px;
border: 0px;
border-collapse: collapse;
margin-left: auto;					/* causes table to be centered */
margin-right: auto;					/* causes table to be centered */
border-width: 0px;
border-spacing: 0px;				/* ignored by IE6, works in Opera 7.5 */
background-color: #FCFAEE;
padding: 0px 0px 0px 0px;
}


table.tablecontentwhite {
width: 788px;
border: 0px;
border-collapse: collapse;
margin-left: auto;					/* causes table to be centered */
margin-right: auto;					/* causes table to be centered */
border-width: 0px;
border-spacing: 0px;				/* ignored by IE6, works in Opera 7.5 */
background-color: #FFFFFF;
padding: 0px 0px 0px 0px;
}

