.menu {

font-family: Tempus Sans ITC, sans-serif;

font-size: 12pt;

font-style: bold;

text-decoration: none;
}

.submenu {

font-family: Tempus Sans ITC, sans-serif;

font-size: 10pt;

font-style: italic;

color: midnightblue;

text-decoration: none;

padding-left: 4ex;

}

.submenu:hover {

color: firebrick;

text-decoration: none;

}

.warning {

color: orange;

}

A {

color : firebrick;

text-decoration: none;

}

A:hover {

color : darkblue;

text-decoration: none;

}

TD {

font-family : arial;

font-size : 12pt;

color : black;

}

H2 {

font-family : arial, sans-serif;

font-size : 18pt;

font-style : normal;

font-weight : bolder;

color : #cd853f;

}

H3 {

font-family : arial, sans-serif;

font-size : 12pt;

font-style : italic;

font-weight : bold;

color : peru;

}

.header{

background : url('images/bg.jpg');

height : 12ex;

vertical-align: middle;

text-align: center;

padding 1em 0 0 0;

}

TABLE.body {

background : url('images/bg.jpg');

}

TD.nav {

vertical-align: top;

background: url('images/bg-tan.jpg');

border-style: outset;

border-width: 1px;

padding: 2px 4px 2px 4px;

white-space : nowrap;

}

TD.main {

text-align: center;

font-family : arial;

font-size : 12pt;

background : url('images/bg.jpg');

color: green;

vertical-align: top;

padding: 1em 2em 1em 2em;

}

TD.footer {

text-align: center;

background-color: url('images/bg.jpg');

}

TD.portfolio {

background : url('images/bg-dark.jpg');

border-width : 1px 1px 1px 1px;

border-style : solid;

}

TD.storyheader {

background : url('images/bg-tan.jpg');

color : black;

width : 50%;

font-size : 12pt;

}

TD.story {

color : black;

background : url('images/bg-dark.jpg');

padding : 1ex 1ex 1ex 1ex;

border-width : 0px 1px 1px 1px;

border-style : solid;

}

.catform {

align: left;

padding : 0 1ex 0 0ex;

}

TH.list {

background : url('images/bg-tan.jpg');

color : green;

font-style : bold;

}

TD.list {

background : url('images/bg-dark.jpg');

color : black;

font-weight : bold;

padding : 1ex 1ex 1ex 1ex;

whitespace : pre;

}

BODY {

background : url('images/bg.jpg');

}
