BODY, TD, P {
	font-family: arial,sans-serif;
	font-size: 13px;
}

/* IFRAME resources */
#resources {
	height: 980px;
}

/***************************************/
/*        STYLE FOR MAIN PAGE          */

.maintbl {
	border: 1pt solid white;
}

.tborder {
	padding: 5px;
	color: #026B02;
	background-color: #E2F4CC;
	border-top: 1pt solid #060;
	border-bottom: 1pt solid #060;
}

H2 {
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Info for the DIV where links content are displayed*/
#otherpg {
	height:85px;
}

/* font and links for the other pages links */
.lnk {font-size: 11px;}
.lnk a {color: #000090}


/********************************************/
/* common to both pages: main and resources */
.tblheader {
	padding: 5px;
	color: #666666;
	background-color: #EEEEEE;
	border-top: 1px #E0E0E0 solid;
	border-bottom: 1px #E0E0E0 solid
}

.tblcontent {
	padding: 3px;
	border-bottom: 1px #E0E0E0 solid;
	background-color: #F0F8F0;
}

#otherpg, #resother, #resserps {
	padding: 5px;
	background-color: #F0F8F0;
	overflow: auto;
}


/***************************************/
/*      STYLE FOR THE RESOURCES PAGE   */

.toprestbl {
	border: 1pt solid #336633;
	background-color: #FFFFFF;
}

.toprestbl a {
	font-size: 16px;
	font-weight: bold;
	color: #00F;
}

.toprestitle {
	background-color: #005500;
	height: 35px;
	color: #FFFF00;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

#resother {
	height: 175px;
	font-size: 13px;
}

#resserps {
	height: 150px;
	font-size: 11px;
}

/* font for title on serps */
.ttl {
	font-size: 13px;
	color: #000090;
}
/* font for domain on serps */
.gry {color: #666666;}



/************************************/
/* style for the scrollbars on divs */

#otherpg, #resother, #resserps {
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #F9F9F9;
	scrollbar-track-color: #F9F9F9;
	scrollbar-darkshadow-color: #F9F9F9;
	scrollbar-face-color: #F9F9F9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
}

