<STYLE TYPE="text/css">

<!--
underline {  text-decoration: underline}
A	{text-decoration: none}

A:hover	{color: #990000;}

a {
                 font-family:    Times, serif;
                 text-decoration: none;
                 font-weight:    regular;
                 color:    #990000;
                 }
A:hover {
	font-family: Times, serif;
	font-weight: regular;
	color: #660000;
	text-decoration: underline;
}
a.bodylink {
                 font-size:       13px;
                 font-family:    Times;
                 text-decoration: none;
                 font-weight:    regular;
                 color:    #990000;
                 line-height: 18px
                 }
a.sidelink {
                 font-size:       10px;
                 font-family:    Verdana;
                 text-decoration: none;
                 font-weight:    regular;
                 color:    #333366;
                 line-height: 10px
                 }
a.sidelinkbold {
                 font-size:       10px;
                 font-family:    Verdana;
                 text-decoration: none;
                 font-weight:    bold;
                 color:    #333366;
                 line-height: 10px
                 }

p {
                 font-size:       12px;
                 font-family:    Times;
                 font-weight:    regular;
                 color:    #000000;
                 line-height: 18px;
				 margin: 0px;
                 }
p.body {
                 font-size:       12px;
                 font-family:    Times;
                 font-weight:    regular;
                 color:    #000000;
                 line-height: 18px
                 }
p.bodyred {
                 font-size:       12px;
                 font-family:    Times;
                 font-weight:    regular;
                 color:    #990000;
                 line-height: 18px
                 }
p.side {
                 font-size:       10px;
                 font-family:    Verdana;
                 font-weight:    regular;
                 color:    #333366;
                 line-height: 10px
                 }
font.bodyred {
                 font-size:       12px;
                 font-family:    Times;
                 font-weight:    regular;
                 color:    #990000;
                 line-height: 18px
                 }
ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

li {
margin-bottom:10px
}


-->
</STYLE>