/* Main contents on light blue background */
BODY,  H1, H2, P {
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	color: #000000;
	background-image: url(pictures2/bg.gif);
	background-color: #CCFFFF;
}

TABLE, TD {
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	color: #000000;
}

/*TABLE {
	padding: 0;
	border-style: none;
	background-color: #000000;
	}*/
	
P {
	font-size: 80%;
}
H1 {
	font-size: 140%;
}	
H2 {
	font-size: 120%;
}	
H3 {
	font-size: 100%;
	font-weight: bold;
	background-color: #FF6666;
	padding: 0em 0.5em 0em 0.5em;
}
/*A:link {color:blue;}
A:visited {color:blue;}
A:hover {color:red;}
A:active {color:blue;}*/

.maintitle {
	font-size: 200%;
	height: 50;
	font-weight: bold;
	text-align: center; 
	vertical-align: middle;
	color: #CCFFFF; 
	background-color: #000099;
	padding: 5px 0px 5px 0px;

}
UL.simplelist {
	list-style-type: circle;
	font-size: 80%;
}

.top {
	width: 620px;
}
.fullpage {
	width: 620px;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
	border-color: #000099;
}

.mainarea {
	text-align: justify;
	vertical-align: top;
	padding: 0.1em 0.5em 0.1em 0.5em;
}
/*Newspaper article */
.news {
	font-family: 'georgia', 'times', serif;
	margin: 1em 2em;
	padding: 1em 1em;
	background-color: #66CCCC;
	background-image: none;
}
/*Short subject list at top of page */
.subjectstable {
	padding: 0.1em 1em 0em 0em;
	margin: 0;
}
/*Short subject list at top of page */
.subjects {
	font-size: 80%;
	color: #0000FF;
	text-decoration: underline;
}
.linktable { 
	font-size: 100%;
}
.link, .link:visited{
	color: blue;
}
.link:hover {
	color: red;
}

/*Table in main text */
.standardtable { 
	border-style: solid;
	border-width: 1px;
	border-color: #66CCCC;
	background-color: #66CCCC;
	margin: 0px;
	padding: 0.1em 0.2em 0.1em 0.2em;
}
.tdm {
	font-size: 12 px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #000000;
	padding: 0.3em 0.2em 0.1em 0.4em;
}
.tdmt {
	font-size: 12 px;
	font-weight: bold;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	padding: 0.3em 0.2em 0.1em 0.4em;
}
.tdmr {
	font-size: 12 px;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #000000;
	padding: 0.3em 0.2em 0.1em 0.4em;
}
.tdcycle {
	font-size: 12 px;
	vertical-align: middle;
	border-style: none;
	padding: 0.3em 0.2em 0.1em 0.4em;
}
.maternelle {
	background-color: #FFFF99;
}

.standardcenter { 
	font-size: 80%;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #66CCCC;
	background-color: #66CCCC;
	margin: 0px;
	padding: 0.1em 0.2em 0.1em 0.2em;
	text-align: center;
	vertical-align: middle;
	}

/*Table in main text */
.standard { 
	font-size: 80%;
	color: #000000;
	}

/* menuborder with dark blue background */
.menuborder {
	background-color: #000099;
	width: 140px;
	border-style: none;
	}
/* cells with unselected menu items, in blue */
.menu-cell-u, .menu-cell-bottom {
	background-color: #66CCCC;
	width: 140px;
	border-style: solid;
	border-color: #000099;
	border-width: 0px 0px 5px 0px;
	}
.menu-cell-bottom {
	border-width: 5px 0px 0px 0px;
	}
/* cell with selected menu item, in darker blue */
.menu-cell-s {
	background-color: #3399FF;
	width: 140px;
	border-style: solid;
	border-color: #000099;
	border-width: 0px 0px 5px 0px;
	}
/* text in cells with unselected and visited menu items */
.menu-u, .menu-bottom, .menu-u:visited, .menu-bottom:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #66CCCC;
	padding: 0.1em 0.3em 0.1em 0.3em;
}
/* text in cell with selected menu item */
.menu-s {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #3399FF;
	padding: 0.1em 0.3em 0.1em 0.3em;
}
/* text in cell when hovering */
.menu-u:hover, .menu-bottom:hover {
	color: #000000;
	background-color: #6699CC;
}
img.left {
	float: left;
	}