/* CSS Document */

body,td,input,select,textarea {
font-family: Tahoma;
font-size: 12px;
}

h1 {
font-weight: normal;
font-size: 18px;
color: #3B7DB5;
}

a {
font-weight: bold;
color: #3B7DB5;
}

a:hover {
text-decoration: none;
}

form {
margin: 0px;
}

#navtable {
font-family: Verdana;
font-size: 11px;
}

#navtable:hover {
    cursor: pointer;
    cursor: hand;
}

.packageoverviewbox {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
}

.packageoverviewbox:hover {
    background-color: #efefef;
    cursor: pointer;
    cursor: hand;
}

