.noticehdr {
	  padding-left: 32px;
	  padding-top:0px;
	  padding-right:12px;
	  margin-bottom:0px;
	  color: #4e336d;
	  height:20px;
	  background: url(../images/common/green_arrow.jpg) no-repeat left top;
	  font-family:Arial, Verdana, Helvetica, sans-serif;
	  font-size:15px;
	  font-weight:bold;
	  text-decoration: none;
}
.notices {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#765E87;
	text-decoration:none;
}

#noticeslist
{
	margin-left: 0;
	margin-top:5px;
	padding-left: 0px;
	list-style: none;
}

#noticeslist li
{
	padding-left: 15px;
	background-image: url(../images/common/bullet_img.jpg);
	background-repeat: no-repeat;
	background-position: 2 .5em;
	line-height:18px;
}
.noticelink
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#765E87;
	text-decoration:underline;
}
.noticelink:hover
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#6f24ca;
	text-decoration:underline;
}