BODY {
	BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: arial, helvetica, sans-serif;
}

/* link styles, focus doesn't work in ie6, keep in this order: a, link, visited, hover, active, focus */

a { text-decoration: none;	COLOR: #417b41;}
a:link { text-decoration: underline; color: #00567b; }
a:visited {	text-decoration: underline;	color: #5c5c5c;	}
a:hover {	text-decoration: underline;	color: #336699; background-color: #dff6f6;}
a:active {	text-decoration: underline;	color: #336699; }
a:focus {	text-decoration: underline;	color: #336699;	background-color: #ffffa9;	}

A.menu {BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none;}
a.menu:link
a.menu:visited {text-decoration: none !important;	color: #5c5c5c;	}
A.menu:hover {text-decoration: underline; COLOR: #ffffff; BACKGROUND-COLOR: #00567b;}
a.menu:active {	text-decoration: underline;	color: #336699; }
a.menu:focus {	text-decoration: underline;	color: #336699;	background-color: #ffffa9;	}

a.external:link { text-decoration: underline; color: #800000; }
a.external:visited {	text-decoration: underline;	color: #006666; }
a.external:hover {	text-decoration: underline;	color: #800000;	background-color: #dff6f6;}
a.external:active {	text-decoration: underline;	color: #800000;	}
a.external:focus {	text-decoration: underline;	color: #800000;	background-color: #ffffa9;	}

H1, h2 {
	COLOR: #00567b; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}

img { border: none; }

div.logo { width: 100%;	}

#leftlogotail { float: left;}

#left {
  float: left;
	width: 15%;
	}	
	
#left ul {
	list-style: none;
	margin: 0;
	padding-left: .5em;
	}

#left ul li { font-size: .8em; }

#left ul.sub {
	list-style: disc;
	padding-left: 1.5em;
	}
#left ul.sub li { font-size: 1em; }

#center {	padding: 0 0 0 25%; }

#center ul {
	margin: 0;
	padding-left: .5em;
	}

#center ul li,td,th { font-size: .8em; }

div.lang {margin-top: -1.5em; float: right; font-weight: bold; font-size: .8em; COLOR: #00567b;}

#center #rightone {
  float: right;
	margin-right: 5em;
	font-size: .8em;
	}

#center #righttwo {
  float: right;
	margin-right: 5em;
	font-size: .8em;
	}
	
#center #leftone {
  float: left;
	margin-right: 5em;
	font-size: .8em;
	}

.left {float: left;}

.right {float: right;}

.centeralign {margin-right: auto; margin-left: auto; text-align: center; }

em {font-style: italic;}

.bold {font-weight: bold; }

strong {font-weight: bold;}

.under {text-decoration: underline;}