#newspage img {
  padding:4px;
  border:1px solid #cccccc;
  margin-top:0px;
  margin-bottom:0px
      }
 #newspage p {
 font-family: verdana;
 font-size:11px;
 color:black;
 text-align:left
 }
 #newspage h1{
 font-family :verdana;
 font-size:14pt;
 color:#000066;
 font-weight:bold;
 text-align:left
 }
 
 #newspage h2{
 font-family :verdana;
 font-size:11px;
 color:#000066;
 font-weight:bold;
 text-align:left
 }


.content{
font: 12 px Verdana;
color: #000066

}

.currencybox{
font: 11px verdana;
text-align: center;
color: #000066
}

A:link {
	COLOR: #990000; text-decoration: underline
}
A:visited {
	COLOR: #990000; text-decoration: underline
}
A:hover {
	COLOR: #990000; text-decoration: none
}


.wireframemenu{
border-left:1px solid #DDD4CD; border-right:1px solid #DDD4CD; border-top:1px solid #DDD4CD; border-bottom:0px solid #DDD4CD;
width: 170px
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 11px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #990000;
text-decoration: none;
border-bottom: 1px solid #DDD4CD;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #DDD4CD;
color: #990000;
}

hr {height: 1px; noshade; color: #cccccc
}
