body, div, table, td, select, input, textarea {
 padding: 0px;
 margin: 0;
 font-family: verdana;
 font-weight: normal;
 font-size: 11px;
 color: #666666;
 text-decoration: none;
}
.bg_menu {
 background-image: url(/img/dot.gif);
}
.pad {
 padding: 3px;
}
.pad10 {
 padding: 0 10px;
}
.white {
 color: #ffffff;
 font-size: 12px;
}
.white2 {
 color: #ffffff;
 font-size: 18px;
font-weight: bold;
}
.select {
 color: #666666;
 font-weight: bold;
 font-size: 14px;
}
a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
h1 {
 font-size: 22px;
 color: #666666;
 font-weight: normal;
}
.bottom {
 margin: 5px 0 0 20;
 padding: 5px;
 border: 2px #cccccc solid;
}
.content {
 padding: 5 10px;
 border: 1px #cccccc solid;
}
b {
 color: #660000;
}
.border {
 border: 4px #cccccc solid;
}