/*body 	{
	font-family: Helvetica,Arial,sans-serif;
}

td 		{
	background-color: #ffffff;
}

h1		{
	font-size: large;
}

h2		{
	font-size: small;
}
*/
/* Source code */
/*td.code {
	font-family: Monospaced,Courier New;
	font-size: 12px;
	background-color: #f0f0f0;
	white-space:nowrap;
}

td.code {
	font-family: Monospaced,Courier New;
	font-size: 12px;
	background-color: #f0f0f0;
	white-space:nowrap;
}*/

td.content {
	padding: 10 10;
}

a.nav1:link, 	a.nav2:link, 	a.top:link, 	a.top:link {
  color: black; /*background-color: #eee;*/
}
a.nav1:visited, a.nav2:visited, a.top:visited,	a.bottom:visited {
  color: #666; /*background-color: #eee;*/
}
a.nav1:hover, 	a.nav2:hover, 	a.top:hover,	a.bottom:hover {
  color: black; /*background-color: white;*/
}
a.nav1:active, a.nav2:active, 	a.top:active,	a.bottom:active {
  color: white; /*background-color: gray;*/
}

/* banner */
td.banner {
	background:url(exom_banner.jpg);
	height: 60;
	padding: 0 20;
}

/* Top bar */
td.top {
	white-space:nowrap;
	background:url(gradv.png);
	background-repeat:repeat-x;	font-size: 12px;
	padding: 2 7;
	font-family: Helvetica,Arial,sans-serif;
}

a.top {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 2 5;
}

/* Bottom bar */
td.bottom {
	background:url(grad.png);
	background-repeat:repeat-y;
	height: 24;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	padding: 0 20;
}

a.bottom {
	font-weight: bold;
	text-decoration: none;
}


td.menulimit {
	background-color: #f0f0f0;
}

div.changeLang {
	font-size: xx-small;
}


/* Navigation bar */
col.nav {
	width: 160;
}

/* Navigation menu level 1*/
a.nav1 {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

ul.nav1ul {
	font-family: Helvetica,Arial,sans-serif;
	list-style: none;
	margin: 0 0 0 10;
	padding: 0;
	display: block;
}

li.nav1li {
	white-space: nowrap;
	margin: 10 0;
	vertical-align: middle;
}

/* Navigation menu level 2*/
a.nav2 {
	text-decoration: none;
	font-size: 12px;
}

ul.nav2ul {
	font-family: Helvetica,Arial,sans-serif;
	list-style: none;
	margin: 0 0 0 15;
	padding: 0;
	display: block;
}

li.nav2li {
	white-space: nowrap;
	margin: 2 0;
	padding: 0 0;
}



