a:hover {
  text-decoration: none;
}
td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid;
	border-color: #66BB50;
	border-width: 1;
	background-color: EFFDEB;
}
.button {
	background-color: 66BB50;
	color: white;
	font-weight: bold;
}

/* Tower Ads */
#towerad {
	position: absolute;
	left: 773px;
	top: 2px;
}


/* Side Ads */
#sidead {
	position: absolute;
	left: 893px;
	top: 0px;
	width: 266px;
	border: 0;	
}
#sidead #cell {
	background-color: white;
	border: 1px solid #66bb50;
}
#sidead #header {
	font-family: Georgia, Arial, Helv, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 3px 3px 3px 5px;
	background-color: #66bb50;
	color: white;
}
#sidead #img {
	margin: 0 5px 0 0;
	border: 1px solid black;
}
#sidead #text {
	font-size: 10px;
}
#sidead #link {
	text-decoration: none;
}
#sidead #link:hover {
	text-decoration: underline;
}
#sidead #advertiser {
	background-color: #66bb50;
	font-size: 10px;
	text-align: center;
	border: 1px solid #50993b;
	color: white;
	padding: 1px 0;
	margin-top: 2px;
}
#sidead #advertiser a {
	color: white;
	text-decoration: none;
}
#sidead #advertiser a:hover {
	color: silver;
}

.curvy {
	position:relative;
	width:400px;
	background: #CCEBB9;
	color:#000;
	margin:5px auto;
	padding: 5px 10px;
	text-align: justify;
}
#ctl, #cbl, #ctr, #cbr {
	position:absolute;
	width:20px;
	height:20px;
	color:#CCEBB9;
	background:#fff;
	overflow:hidden;
	font-style:normal;
	z-index:1;
}
#ctl {
	top:0;
	left:0;
}
#cbl {
	bottom:0;
	left:0;
}
#ctr {
	top:0;
	right:0;
}
#cbr {
	bottom:0;
	right:0;
}
.curvy em b {
	position:absolute;
	font-size:150px;
	font-family:arial;
	color:#fff;
	line-height:40px;
	font-weight:normal;
}
#ctl b {
	left:-8px;
	color: #CCEBB9;
}
#ctr b {
	left:-25px;
	color: #CCEBB9;
}
#cbl b {
	left:-8px;
	top:-17px;
	color: #CCEBB9;
}
#cbr b {
	left:-25px;
	top:-17px;
	color: #CCEBB9;
}
.curvy p {
	position:relative;
	z-index:100;
	padding:5px 10px;
}
#img_right {
	float: right;
	margin: 5px 2px 5px 10px;
	padding: 3px;
	border: 1px solid #ccebb9;
}
#img_left {
	float: left;
	margin: 5px 10px 5px 2px;
	padding: 3px;
	border: 1px solid #ccebb9;
}
#bpnnowonline {
	position: absolute;
	width: 303px;
	height: 77px;
	top: 20px;
	left: 430px;
}

/* News page */
.news {
   margin-bottom: 5px;
   background-color: #cdf2ce;
   padding: 4px 6px;
	width: 90%;
	margin: 6px auto;
}
.news a {
   text-decoration: none;
   color: blue;
   font-weight: bold;
}
.news a:hover {
   text-decoration: underline;
}
.news_date {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin-left: 20px;
}
.news_title {
   font-size: 19px;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
	margin-top: 6px;
}
.news_text {
   text-align: left; 
}
.news_text table {
   font-size: 12px;
}
.news_back {
   margin-bottom: 20px;
}
.news_back a {
   text-decoration: none;
}
.news_back a:hover {
   text-decoration: underline;
}

