@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {
 background-color: #DFF2FD;
}
.font-big {
 font-family:Verdana, sans-serif;
 font-size:16px; font-weight:bold;
 color:#0000CC;
}
.font-small {
 font-family:Verdana, sans-serif;
 font-size:10px; font-weight:normal;
 color:#000000;
}
.table {
 background-color:#DFF2FD;
 width:90%;
}
.table2 {
 background-color:#DFF2FD;
 width:100%;
}
.head {
 background-color:#DFF2FD;
}
.main {
 background-color:#DFF2FD;
 font-family:Verdana, sans-serif;
 font-size:12px; font-weight:normal;
 color:#000000;
}
.foot {
 background-color:#DFF2FD;
}
.align {
 text-align:left;
}
.textarea {
 background-color:#DFF2FD;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 border : 1px solid #808080;
}
.input {
 background-color:#DFF2FD;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px solid #808080;
 font-size: 12px;
}
.select {
 background-color:#DFF2FD;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
}
.button {
 width: 130px;
}
#suggestBoxElement {
 border:1px solid #8FABFF;
 visibility:hidden;
 cursor:hand;cursor:pointer;
 text-align:left; white-space:nowrap;
 background-color:#F7F7F7;
 color:#808080;
}
.suggestions {
 font-family:Tahoma,sans-serif;font-size:12px;
 background-color: #F7F7F7;
}
.suggestionMouseOver {
 font-family:Tahoma,sans-serif;font-size:12px;
 background:blue; color:white;
 color:#FFFFFF;
}
</style>

