

body {
       font-family:Arial;font-size:10pt;color:black;
       margin:0px;background-color:e6fcc0;
       }

/* overrides decoration from previous rule for hovered links */

h1{
 font-size: 19pt;
}

h2{
    font-size: 16pt;
}

h3{
    font-size: 14pt;
}

ul{
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #006699;
}
				
/* menu */
#menu { margin: 0; padding: 0;
	position: absolute;
	top:115px;left:0px;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	width:119px;
}

#menu ul {list-style: none; margin: 0; padding: 0;} 
#menu li a {text-decoration: none; color:#000000; font-weight: bold;padding: 5px 5px 5px 5px;}
#menu li a:link, #menu li a:visited {color: #000000; display: block; }	
#menu li a:active {color: #ffffff}	
#menu li a:hover {color: white; text-decoration:none;background-color: black;}

#menu li#active a {color: #ffffff; padding: 1px 0 0 20px; margin: 0;}	

ul.list {margin: 20px 20px; padding: 0;font-size:0.7em; }
ul.list li{ margin: 5px 0px; padding-left: 10px; }
html>body ul.list li{ background-position: 0px 6px;}

.clear { clear:both;}
.skipmenu { position: absolute; top: -10000px; left: 0; height: 1px; overflow: hidden; }
a:link { color: black; text-decoration: underline;}
a:hover { color:blue; text-decoration: underline;}
a:visited { color:gray }

td.left {font-size:0.7em; margin:0 0 20px 0; line-height:1.4em; text-align: left; }
td.right {font-size:0.7em; margin:0 0 20px 0; line-height:1.4em; text-align: right; padding-left: 20px; }
td.center {font-size:1.0em; padding-left: 20px; padding-right: 20px; line-height:1.4em; text-align: center; }

#login {background-color:white; width:600px;margin: 10px 0px;}
#nav {background-color:white; color:black; width:600px; margin: 10px 0px;}
#botlinks {font-size: 0.8em; color:gray; width:600px; text-align: center;}

#euro-login {
    width: 200px;
    text-align: center;
    background: #f0f0f0;
    padding: 5px;
    margin: auto;
}

#euro-login input {
    width: 15ex;
}

#euro-login p {
    font-weight: bold;
}

#euro-login table td {
	border: 0;
	padding: 0px;
}

#euro-login table th {
	padding: 15px;
	border: 0;
	font-weight: bold;
	color: #808080;
	text-align: right;
	font-size: 16px;
}

#euro-login h2 {
    color:#f0f0f0;
    font-size: 11pt;
    font-weight: bold;
    padding: 2px 0 2px 0;
    margin: 0 0 5px 0;
    background: #4095cc;
    clear: both;
}
