body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
body {
	background-color: #9BCC00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0099;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FF0099;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FF0099;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	color: #9BCC00;
}
h2 {
	font-size: 13px;
	color: #9BCC00;
}
h3 {
	font-size: 13px;
	color: 4DB7D8;
}
h4 {
	font-size: 11px;
	color: 4DB7D8;
}
h5 {
	font-size: 11px;
	color: #9BCC00;
}
h6 {
	font-size: 11px;
	color: #FF0099;
}
.green {
	color: #9BCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.blue {
	color: #4DB7D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}

a.pdf{background:url(img/pdf.gif) no-repeat 0 0; display:block; margin-bottom:8px; padding:2px 0 0 23px; line-height:11px; font-weight:normal; color:#000; text-decoration:none; font-size:10px;}
a.pdf:hover{text-decoration:underline;}
/*-----------Scroll area----------------*/
#scrollHold	{ 
	position:relative; 
	overflow:hidden;
	width:355px;
	height:325px;
  	z-index:100; 
}
#scrollContainer{
	position:absolute; 
	left:1px;
	top:0px; 
	width:340px;
	height:325px; 
	clip:rect(0px, 355px, 325px, 0px);
	overflow:hidden;
	z-index:1; 
}
#scrollContent{
	position: relative;
	font-family:verdana;
	font-size:11px;
}
#scrollArea {
	height		: 323px;
	width		: 7px;
	border		: none;
	background-color:#FFB9E3;
	overflow	: hidden;
}
#scroller {
	position	: relative;
	top			: 0px;
	width		: 7px;
	background	: #FF0099;
	cursor		: pointer;
}
