@charset "UTF-8";
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	margin:0px;
	background-color: #B70005;
	background-position: bottom right;
	background-repeat:no-repeat;
	background-image:url(../img/background.jpg);
	background-attachment: fixed;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}

#scrollarea {
	padding:10px 20px 35px 20px;
	overflow:auto;
	width:471px;
	height:297px;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
}

.liheading { margin-bottom:-5px; margin-top:15px;}

ul li{
  width:294px;
  margin-left:-30px;
  padding:0 0 0 15px;
  text-align:left;
  line-height:20px;
  list-style-type:none;
  background:url(../img/bullet.gif) 0px 10px no-repeat;

}
.newstext {color: #FFFFFF; margin-left:10px;}

.largetext {font-size: 14px}