  
  <style type="text/css">

/* Style sheet for ValuePlus */ 

/* 8 Feb 07 version */


/* Remove underline from links to make menu look better */

a {text-decoration: none}

/* Set BODY defaults */
/*-- Note blue used for text -  --*/

body {
font-family:   verdana, tahoma, sans-serif;
font-size: 11px;
color: #333399;
}


.white{color: white}

/* Set additional attributes for other items */
/* Table data needs same default as page */
td {
font-size: 11px;
color: #333399;
}
/* List items need same */
li {
font-size: 11px;
font-family:   verdana, tahoma, sans-serif;
color: #333399;
}
/*-- H6 is Arial black  quite large--*/
h6 {
font size: 50px; text-align: center; font-family: "arial black"}

/*-- H1 is larger, normal --*/
h1 {
font-size: 16px; font-weight: bold; letter-spacing: 0.1 em; text-align: center;
}
/*-- H2 intermediate, normal --*/
h2 {
font-size: 14px; font-weight: bold; letter-spacing: 0.1 em;
}
/*-- H3 only slightly larger than text, bold --*/
h3 {
font-size: 12px; font-weight: bold; letter-spacing: 0.1 em;
}
/*-- H4 same size as text, bold  --*/
h4 {
font-size: 11px; font-weight: bold; letter-spacing: 0.1 em;
}
/*-- H5 smaller than normal text  --*/
h5 {
font-size: 10px; font-weight: normal; text-align: right;
}

@media print
{

body{color: black}

td{color: black}

p{font-family:times,serif; font-size:10pt}

h1 {
font-size: 16pt; font-weight: bold; letter-spacing: 0.1 em; font-family:times,serif;
}

h2 {
font-size: 14pt;
font-family:times,serif}


h3 {
font-size: 12pt;
font-family:times,serif}

h4 {
font-size: 10pt;
font-family:times,serif}

h5 {
font-size: 9pt;
font-family:times,serif}

}

ul{font-family:times,serif; font-size:10pt}


</style>
