/* CSS Document */

.news {
	width: 99%;
	font-size:90%;
	font-family:Helvetica, Verdana, Arial;
	}
.news th {
	background-color: #c3cf95; 
	color:#000000;
	width:20%;
	padding:1px 1px 1px 2px;}
.news td { 
	color:#666666;
	padding:4px 1px 4px 2px;
	border-bottom:1px solid #cccccc;}
.news td a { 
	color:#A5B760;
	font-size:90%;}
.news td a:hover {
	text-decoration:underline;}


/* mediation section */
.mediation {
background-image:url(../graphics/mediation_logo.jpg);
background-position:100% 45%;
background-repeat: no-repeat;}

/*t&c's*/
.tc {
	width: 98%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/tc_brand.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 20px 0px 0px 0px;
	border-bottom:1px solid #A5B760;
	}
.tc h1 {
	font-size: 1.2em;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	border-bottom: 2px solid #A5B760;}
.tc h2 {
		font-size: 1em;
	font-weight:normal;}
.tc h3 {
	font-size: 0.9em;
	}
.tc p {	font-size:0.8em;}

.tc a {	
	color:#869F2A; 
	text-decoration:none;}
.tc a:hover {
	text-decoration:underline;}

.tc ul {}
.tc ol {}
.tc li {
	font-size: 0.8em;}


