
<body  alink="#000099" link="#000099" vlink="#990099">

/*'color' always refers to FONT color, unless otherwise stated.  #000000 is Black.  FFFFFF is white. */
body {color: black;}
body {background-color:  #B0C0D0}

/* 'body' selector often doesn't work.  better to rely on 'p' paragraph selectors */
body {font-family: Tahoma, Verdana, sans-serif; }
body {font-size: small;}


p {font-size: small;}
/*
p {word-spacing: .2em;}   
p {letter-spacing: .2em;}   
*/

/*   p {margin-bottom: 4px; margin-top: 2px}   /*this sets the  space between parags, but it messes up IE???*/

p {text-indent: 1cm}

   .style1 {font-weight: bold}


/* -------------------------------   */
/* ROUNDED CORNERS STUFF:   */

/* The top, logo box:   */

.roundedcornr_box_899432 {
   background: #f5f7e3;
}
.roundedcornr_top_899432 div {
   background: url('roundedcornr_899432_tl.png') no-repeat top left;
}
.roundedcornr_top_899432 {
   background: url('roundedcornr_899432_tr.png') no-repeat top right;
}
.roundedcornr_bottom_899432 div {
   background: url('roundedcornr_899432_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_899432 {
   background: url('roundedcornr_899432_br.png') no-repeat bottom right;
}

.roundedcornr_top_899432 div, .roundedcornr_top_899432, 
.roundedcornr_bottom_899432 div, .roundedcornr_bottom_899432 {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_899432 { margin: 0 15px; }





/* THE MAIN , LARGE BOX:   */

.roundedcornr_box_815250 {
   background: #000026;
}
.roundedcornr_top_815250 div {
   background: url('roundedcornr_815250_tl.png') no-repeat top left;
}
.roundedcornr_top_815250 {
   background: url('roundedcornr_815250_tr.png') no-repeat top right;
}
.roundedcornr_bottom_815250 div {
   background: url('roundedcornr_815250_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_815250 {
   background: url('roundedcornr_815250_br.png') no-repeat bottom right;
}

.roundedcornr_top_815250 div, .roundedcornr_top_815250, 
.roundedcornr_bottom_815250 div, .roundedcornr_bottom_815250 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_815250 { margin: 0 30px; }