.normalList{
    float:none;
    height:auto;
    margin:0 0;
    color:#000000;
    list-style-type:disc;
    background-image:none;
    background:none;
    padding:0px 0px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
}

.greyList{
    float:none;
    height:auto;
    margin:0 0;
    color:#777777;
    list-style-type:disc;
    background-image:none;
    background:none;
    padding:0px 0px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    text-align: justify;
    padding-bottom: 3px;
}
.numeric{
    float:none;
    height:auto;
    margin:0 0;
    color:#000000;
    list-style-type:decimal;
    background-image:none;
    background:none;
    padding:0px 0px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    text-align: justify;
    padding-bottom: 3px;
}
/****************************/
.normalText{
    float:none;
    height:auto;
    margin:0 0;
    color:#000;
    list-style-type:disc;
    background-image:none;
    background:none;
    padding:0px 0px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    text-align: justify;
}

li.numeric a:link{
    font-weight:normal;
    color: #ab1d1d;
}

li.numeric a:visited{
    font-weight:normal;
    color: #ab1d1d;
}

li.numeric a:hover{
    float:none;
    font-weight:bold;
    color:#ab1d1d;
    height:auto;
    background:none;
    text-decoration:underline;

}
/*************************/
li.greyList a img{
    border: none;
    padding-right: 5px;
}
li.greyList a:link{
    font-weight:normal;
    color: #ab1d1d;
}

li.greyList a:visited{
    font-weight:normal;
    color: #ab1d1d;
}

li.greyList a:hover{
    float:none;
    font-weight:bold;
    color:#ab1d1d;
    height:auto;
    background:none;
    text-decoration:underline;

}
/*************************/
li.normalList a:link{
    font-weight:bold;
    color:#123456;
}
li.normalList a:visited{
    font-weight:bold;
    color:#123456;
}
li.normalList a:hover{
    float:none;
    font-weight:bold;
    color:#456789;
    height:auto;
    background:none;
    text-decoration:underline;
}
li.greyList span {
    color: #000;
    text-align: justify;
}


/**********content**********/
#pageContent{
    position: inherit;
}
#crImg{
    float: right;
    width: 300px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#clImg{
    float: left;
    width: 300px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#caption{
    color:#777799;
    font-size: 12px;
    text-align: justify;
}
hr{
    color: #123456;
    background-color: #123456;
    height:2px;
}