/* Body */
BODY {
    font: 11px Verdana, sans-serif;
    background: #DEE7EC;
    color: Black;
    margin: 10;
    padding: 0;
}

table {
    font-size: 100%;
    max-width: 500px;
}

td,tr,p,div {
    font-family: PrimaSans BT, Verdana, sans-serif;
    font-size: 10pt;
    color: Black;
}

h4 {
    color: Black;
    font-family: PrimaSans BT, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

h5 {
    color: Black;
    font-family: PrimaSans BT, Verdana, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

a:link, a:visited {
    font-size: 11px;
    color: #808080;
    text-decoration: none;
    border-bottom: dashed 0px #808080;
    font-family:  PrimaSans BT, Verdana, sans-serif;
}

a:hover {
    color: #FF7A00;
    text-decoration: none;
    /*border-bottom: solid 1px #FF7A00;*/
}
a:link img, a:visited img {
    text-decoration: none;
}

a:hover img {
    text-decoration: none;
}

hr {
    background: #C0C0C0;
    height:2px;
    border: 1px inset;
}

input {
    font: 100% Verdana, sans-serif;
    border: 1px solid #8cacbb;
     
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px;
    /* IE bug fix */
    padding: 0.0em;
}

input[type=submit],input[type=button] {
    min-width: 60px;
    text-align: center;
}

input[type=checkbox] {
    height: 15px;
}

textarea {
    border: 1px solid #8cacbb;
     
    color: Black;
    background-color: white;
    width: 100%;
    padding: 0.1em;
    font-size: 10pt;
    font-family: PrimaSansMono BT, mono;
}

.button {
    font-family: PrimaSans BT, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #8C8C8C;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background: #EBEBEB;
    height: 18px;
}

.inputbox {
/*    font-family: PrimaSans BT, Verdana, sans-serif;*/
    font-size: 10pt ! important;
/*    font-weight: bold;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid;*/
}

input[type="text"].inputbox {
  max-width: 125px;
}

.small {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: Black;
    text-decoration: none;

    font-weight: normal;
}

ul {
    margin: 0px 0px 0px 0px;
}

li {
    list-style: inside url(../../../images/M_images/arrow.png) 3px;
    list-style-image: url(../../../images/M_images/arrow.png);
}
