@charset "utf-8";
body{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-image: url(../images/zgc3_02.jpg);
background-repeat:repeat-x;
color:#527f92;
}
.form {
	font-family: Verdana;
	font-size:11px;
	color:#666666;
	text-decoration: none;
}
.title{
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#0099FF;
text-decoration:none;
}
.link{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
a.link:hover{
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
text-decoration: underline;
}

a
{
	font-family:arial;
	font-size:11px;
	color:#217FB5;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	border:0px;
	background: url('../images/calendar.png') no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */

input.dp-applied {
	width: 140px;
	float: left;
}

.block{
	text-align: justify;
	margin: 7px 12px 7px 12px;
}



#scrollup {
  position: relative;
  overflow: hidden;
  border: 0px solid #000;
  height: 197px;
  width: 161px;
}

.headline {
  text-align:left;
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:190px;
  font-family:arial;
  font-size:11px;
}

.bgNoRepeat {
	background-repeat:no-repeat;
}
