/* CSS stylesheet
*/

BODY { background-color:#FFFFFF; }

/* menu items */
.menutxt {
	border-right: 1px none #cccccc;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom:7px;
	background-color:#990000;
}

.menu {
	border-right: 1px none #cccccc;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;
	padding:0;
	background-color:#EEEEEE;
}

.menu a {
	display: block;
	color: #000099;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	text-transform: none;
	padding-top: 7px;
	padding-bottom:7px;
}

.menu a:visited {
	color: #000099;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
.menu a:hover {
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	background-color: #EEEEEE;
	color: #000099;
}
.menu a:active {
	color: #000099;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}

.topic {
	border-right: 1px none #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: regular;
	line-height: 18px;
}

.topic a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: regular;
}

.topic a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: regular;
}
.topic a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: regular;
}
.topic a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: regular;
}


/* body text */

/* Content section: main body text */
.contents {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 23px;
}

.contents a:link, a:hover, a:visited, a:active {color:#000099;text-decoration: none;
}
.contents a:visited {color:#000099;}
.contents a:hover, a:active {color:#000099; text-decoration: underline;}

.small {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}

.small a:link, a:hover, a:visited, a:active {color:#000099; text-decoration: none;
}
.small a:visited {color:#000099;}
.small a:hover, a:active {color:#000099; text-decoration: underline;}

/* headers  */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	margin-top:0; margin-bottom:0;
	padding-top: 5px;
	padding-bottom: 5px;

}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:normal;
	color:#000000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
	color:#000000;
	font-weight: bold;
	padding-top:1px;
	padding-bottom:1px;
	background-image: url(/~research/LHernault/icon05/bkg_top.jpg);
	background-repeat: repeat;
}


/* other specifications */

UL {margin-top: 2px;} 
OL {margin-top: 1px;}
LI {margin-top: 1px;}

a:link img, a:visited img {border-style: none}