@charset "utf-8";
body{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-image: url(../images/bgin.jpg);
background-repeat:repeat-x;
font-family: Verdana;
font-size:12px;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.Heading{
font-family:Tahoma;
color: #999999;
font-style:normal;
font-size:16px;
font-weight: bolder;
text-decoration:none;
}
.bHeading{
font-family: "Adobe Caslon Pro";
color: #006699;
font-style:normal;
font-size:20px;
font-weight: bolder;
text-decoration:none;
}
.wcontent{
font-family:Verdana;
color:#FFFFFF;
font-size:12px;
}
.bbHeading{
font-family: Tahoma;
color: #006699;
font-style:normal;
font-size:12px;
font-weight: bold;
text-decoration:none;
}
.link{
font-family:Verdana;
color:#FFFFFF;
font-size:11px;
text-decoration:none;
}
a.link:hover{
font-family:Verdana;
color:#FFFFFF;
font-size:11px;
text-decoration: underline;
}


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

a:hover
{
	text-decoration:underline;
	color:#003777;
}


/* 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: 200px;
  width: 210px;
}

.headline {
  text-align:left;
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:190px;
  font-family:arial;
  font-size:11px;
}
p {
	line-height:15px;
	margin:2px;
	padding:0px;
}
#editorContent p {
	font-size:12px;
}

#editorContent table td p{
}

