/* ############### Main ############### */

body {
    color: black;
    font-family: arial, helvetica, sans-serif;
    background-color: white;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
}

table.head,
table.middle,
table.footer {
    width: 100%;
    border: 0px;
}

td {
	vertical-align: top;
	font-size: 81%;
}

ul {
    margin-top: 0.0em;
}

a:link,
a:visited {
    color: #000000;
}

a:hover {
	color: #0000CC;
}

a:link.none,
a:hover.none,
a:visited.none {
    text-decoration: none;
    color: #000000;
}

/* ############### Head ############### */

table.footer,
table.head {font-size: 90%;}
td.head-logo {
    width: 235px;
	height: 6px;
    text-align: left;
}

td.head-menu {
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
    padding-right: 0.3em;
    padding-bottom: 0.1em;
}

td.head-submenu {
    text-align: right;
	font-weight: bold;
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-right: 0.3em;
}

p.head-submenu {
    margin-top: 0.2em;
    margin-bottom: 0.2em;	
}

/* ############### Menu ############### */

td.menu {
    border-right: 1px solid #ccc;
    padding: 0.9em 0.9em 0.3em 0.3em;
}

ul.menu {
    margin-top: 0.1em;
    margin-bottom: 1.5em;
    margin-left: 1em;
    padding-left: 1em;
}

li.menu {
    text-indent: -0.3em;
    white-space: nowrap;
}

/* ############### Content ############### */

td.content {
	width: 90%;
    padding: 0.9em 0.3em 0.3em 0.6em;
}

h1.content {
	font-size: 100%;
	margin-top: 0.6em;
	margin-bottom: 0.42em;
}

h2.content {
	font-size: 90%;
	margin-top: 0.6em;
	margin-bottom: 0.42em;
}