
/* ------------ Body ---------------*/

body {
	color: #333333;
	margin-left: 3px;
	padding: 0;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 4px; 
	margin-left: 0px;
	margin-bottom: 5px;
	font: 11px Arial, Helvetica, sans-serif;
}


p {
	margin-top: 6px; 
	margin-left: 8px;
	margin-bottom: 0px;
}

p + p {
	margin-top: 0.1em; 
	} 

.lozenge {
	color: #ffffff;
	font: 11px Arial, Helvetica, sans-serif;
	}

.results {
	line-height: 4px
	}

.green {
	color: #ffffff;
	a:link { color: #ffffff; font-weight: normal; text-decoration: none;}
	a:visited { color: #ffffff; font-weight: normal; text-decoration: none;}
	a:hover { color: #ffffff; background-color: #006600; text-decoration: underline;}
	}

.bannerIMG {
	z-index: 10;
	border: 1px solid #2B56A7;
    border-top: 1px solid black;
    FILTER: revealTrans(transition=7, duration=1.0) blendTrans(duration=1.3);
	}

.bannerIMG2 {
	z-index: 10;
	border: 1px solid #2B56A7;
    border-top: 1px solid black;
    FILTER: revealTrans(transition=7, duration=1.0) blendTrans(duration=1.3);
	}


/* ------------ Default links ---------------*/

a:link { color: #000000; font-weight: normal; text-decoration: none;}
a:visited { color: #000000; font-weight: normal; text-decoration: none;}
a:hover { color: #ffffff; background-color: #006600; text-decoration: underline;}

.advert a:link { color: #000000; font-weight: bold; text-decoration: none;}
.advert a:visited { color: #000000; font-weight: bold; text-decoration: none;}
.advert a:hover { color: #000000;  background-color: transparent; font-weight: bold; text-decoration: underline;}

/*a img:link {border:none; background-color: transparent;} 
a img:visited {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent !important;} 
a img:hover {border:none; background-color: transparent;} */

a:link img {border:none; background-color: transparent;} 
a:visited img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent !important;} 
a:hover img {border:none; background-color: transparent;}


/* ------------ Default basic tags behavior ---------------*/

td, input, select, textarea
{ 
	font: 11px Arial, Helvetica, sans-serif;
}


b {
	font-weight: bold;
}

ul {
	color: #333333;
	margin:0;
	padding: 12px 0px 10px 10px;
}
ul li {
	padding-bottom: 2px;
}


