@charset "utf-8";
/* CSS Document */

body {
background:#fff;
color:#000;
font-family:arial;
font-size:10pt;
}

a:link {
color:#00f;
text-decoration: none;
}

a:visited {
color:#00f;
text-decoration: none;
}

a:hover {
color:#00f;
text-decoration: underline;
}

a.black:link {
color:#000;
text-decoration: none;
}

a.black:visited {
color:#000;
text-decoration: none;
}

a.black:hover {
color:#000;
text-decoration: underline;
}

table.normal {
color:#000;
font-family:arial;
font-size:12px;
border:1px #000 solid;
border-collapse:collapse;
}

.normal tr.flight {
background:#cfc;
}

.normal tr.blue {
background:#cef;
}

.normal tr.pink {
background:#fee;
}

.normal tr.red {
background:#fcc;
}

.normal tr.yellow {
background:#ffd;
}

.normal td.flight {
background:#cfc;
}

.normal td.blue {
background:#cef;
}

.normal td.pink {
background:#fee;
}

.normal td.red {
background:#fcc;
}

.normal td.yellow {
background:#ffd;
}

table.tabel {
color:#000;
font-family:arial;
font-size:12px;
}