
body{
    margin:0em;
}

/* the header */
td.header {
    background-image: url(img/air0.png) ;
    color: #ffffff;
}
td.header b,td.header a{
    color: #ffffff;
}

/* the menu */
td.menu{
    background-color:#a1bcc9;
    color:#000000;
    font-family:sans-serif;
    font-size:0.8em;
}
td.menu ul{
    background-color:#c0e0f0;
    padding-left:2em;
    margin-left:0em;
}

td.menu a {
    color:#000000;
    text-decoration:none;
}
td.menu a:hover {
    color:#f00;
    text-decoration:underline;
}

ul.menu {
    margin-top:0em;
    margin-bottom:1em;
}

/*
td.menu ul {
    font-size:0.9em;
}
*/

/* the content */

td.content {
    padding:1em;
}


/* layout extras */

td.black {
    background: #000;
}

td.air {
	background: #6b89df;
	color:#ddd;
}

td.top {
    background:#4866c4;
}

td.top {
    background-image: url(img/palmtop.png);
    background-repeat: repeat-x;
}
