body { background: #ffffff; }
body {  background-image: none; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 20px; }
body, td, p { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #ffffff;}


/* text headings */
h1 {font-weight: normal; font-size: 18px; color: #ffffff; margin-bottom:5px; margin-top: 5px; margin-left:0px; margin-right:0px;}
h2 {font-weight: bold; font-style: italic; font-size: 16px; color: #ffcc00; margin-bottom:0px; margin-top: 0px; margin-left:0px; margin-right:0px;}
h3 {font-weight: bold; font-size: 14px; color: #000099; margin-bottom:0px; margin-top: 30px; margin-left:0px; margin-right:0px;}

/* padding and margins for body text or side navigation etc. */
div.side {margin-left:10px; margin-right:5px; margin-top:10px; margin-bottom:10px;}
div.body {margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;}

/* random stuff */
.yellow {color: #ffcc00;}
.blue {color:#0c3d6e; font-size: 11px;}
p.small  { color: yellow; font-size: 11px; position: absolute; z-index: 1; top: -1500px; left: -4000px; width: 400px; height: 1500px }
ul { list-style: none; margin-top: 20px; margin-bottom: 10px;  padding-left: 10px; }
ul.arrow { margin-top: 10px; margin-bottom: 10px; margin-left: 20px;list-style: outside; list-style-image:  url(images/arrow.gif); }
li { margin-top: 10px; margin-bottom: 10px; }


/*  always include */
.error { font-size: 10px; color: #FF0000; }
.copyright { font-size: 10px; color:#0c3d6e; padding:5px;}
strong {font-weight: bold; }


/* table background colors */
/* slight differences in NS 4.7 you may want to use html for this depending on what it is for */
.lightbluebg {background-color: #658cb6;}
.darkbluebg {background-color: #0c3d6e;}

/* handy pseudo classes for anchors - for various nav and body links */
a { color: #ffffff; font-size: 12px; text-decoration: underline; font-weight:bold; }
a.thin { font-weight: normal; }
a.btm { color:#0c3d6e; font-size: 11px; text-decoration: none; font-weight: normal; }
a.btm:hover { color:#0c3d6e; font-size: 11px; text-decoration: underline; font-weight: normal; }