body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	background-color: #F1F5EA;
}
td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}

/* beginning of links */

a {
	text-decoration: underline;
	font-weight: bold;
	color: red;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a.advert {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: black;
	height: 22px;
	width: 90px;
	float: right;
	background-color: #E2F0CF;
	padding-left: 6px;
	font-weight: normal;
	text-decoration: none;
	}
a.advert:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #CFE0B8;
	padding-left: 6px;
	font-weight: normal;
	text-decoration: none;
}
a.textonly {
	padding-top: 2px;
	padding-right: 4px;
	font-size: 14px;
	color: black;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	}
a.textonly:hover {
	padding-top: 2px;
	padding-right: 4px;
	font-size: 14px;
	text-align: right;
	color: green;
	font-weight: bold;
	text-decoration: none;
}

/* end of links */

.pale-bg {
	background-color: #E2F0CF;
}
.dark-bg {
	background-color: #CFE0B8;
}
.col {
	background-color: white;
	max-width: 3px;
	width: 3px;
}
.stripe-bg {
	background-image: url(images/stripes_right.jpg);
	background-repeat: repeat-y;
	background-color: #CFE0B8;
}
.taxi-bg {
	background-image: url(images/taxi_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
	height: 425px;
	padding: 10px;
}
.effects {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.net {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.img {
	border: 1px solid black;
	padding: 1px;
}
.company {
	color: red;
}
.style1 {
	color: red;
	font-style: italic;
	font-weight: bold;
}.imgbdr {
	padding: 2px;
	border: thin double #CCCCCC;
}
