body {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#666666;
}

.lineDashed {
	width:100%;
	height:27px;
	background-image: url(../images/dashed_line.gif);
	border:0px;
}

.lineDashed2 {
	width:100%;
	height:27px;
	background-image: url(../images/dashed_line2.gif);
	border:0px;
	display:block;
}

.divCenter{
	position: absolute;
	left: 50%;
	margin-left: -125px;
	width: 320px;
	top: 50%;
	margin-top: -150px;
	height: 300px;
}

/* START Link */
	A:link {
	  color : #ffffff;
	  text-decoration: none;
	  font-size:12px;
	  font-weight:bold;
  	}
	A:visited {
	  color : #ffffff;
	  text-decoration: none;
	  font-size:12px;
	  font-weight:bold;
	  }
	A:active {
	  color : #CC6600;
	  text-decoration: none;
	  font-size:12px;
	  font-weight:bold;
	  }
	A:hover {
	  color : #CC6600;
	  text-decoration: none;
	  font-size:12px;
	  font-weight:bold;
	  }
