
DIV.box {
    background-attachment : scroll;
    background-color : #ffffff;
    background-image : url(./../../img/box.gif);
    background-position : top;
    background-repeat : no-repeat;
    border: 1px solid #4b537e;
    color : #144974;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-align : left;
    width : 143px;
}

.box A:link, .box A:visited, .box A:active {
    color: #144974;
    text-decoration: underline;
}
.box A:hover {
    color: #fd9b02;
    text-decoration: none;
}

.box H1 {
    color : #ffffff;
    font-size : 12px;
    font-weight : bold;
    margin : 2 0 0 27;
    padding : 0 0 0 0;
    width : 106px;
}
.box H1 A:link, .box H1 A:visited, .box H1 A:active {
    color: #ffffff;
    text-decoration: none;
}
.box H1 A:hover {
    color: #fd9b02;
    text-decoration: none;
}


.box P {
    margin : 10 0 0 10;
    padding : 0 0 0 0;
    width : 123px;
}

.box UL {
    list-style-image : url(./../../img/square.gif);
    list-style-position : outside;
    list-style-type : square;
    margin : 10 6 0 27;
    padding : 0 0 0 0;
}

.box LI {
    margin : 5 0 5 0;
    padding : 0 0 0 0;
}


/* End of file. */