/*Search page body */
body {background-color:#FFFFFF; font-family:arial,sans-serif; font-size: 13px; }

/*Top categories*/
.cat1 {font-size: 16px; font-weight: bold; color:#0000FF}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
.url {color: #115599}


a:visited{color:#5555AA}
/*hr{color:#000066}*/

/*Page descriptions*/
.description{font-size: 13px; color:#000000}

/* */
td {font-family:arial,sans-serif; font-size: 13px; }

/* Title/link of pages */
.title{color:#0000FF; font-size:15px}


.searchBox{border: 0px none;}

.resultReport {text-align:center ;background-color:#e5ecf9; font-weight: bold}
.sort {text-align:right ; height:10px; margin-top: 3px}
.catBanner {background-color:#e5ecf9; font-weight: bold}
.webPageBanner {background-color:#e5ecf9; font-weight: bold}

hr{color:#000066;}
hr.powered{width:550; color: #000066}

/*main results table */
.results{width: 780; background-color:#FFFFFF}

h1 {border: dotted thin;
	background: white;
	text-align: center;
	font-family: Verdana, Ariel;
	font-size:24px;
	color: #000066;
	}

.link, .link a:link, .link a:visited{color:#6f6f6f}

div.container {
	overflow: hidden;
	width: 100%;
}

div.left {
	width: 12%;
	float: left;
}

div.rightcontainer {
	width: 88%;
	float: right;
	background-color: #d8eafd;
}
.upperleft{
	width : 88%;
	float: right;
	margin-left : auto;
	margin-right : auto;

	background-color : #C0C0C0;
	background-image : url('upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 1% 1% 1% 1%;
}

div.right {
	width: 100%;
	background-color: #ffffff;
}

.comments{
	width : 60%;
	margin-left : auto;
	margin-right : auto;

	background-color : #C0C0C0;
	background-image : url('upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.barre { background-color: #ced1d5; width: 100%; height: 1px; }
.active { background-color: #C0C0C0; }