.cms {
    margin: 0px;
    padding: 0;
}
.cms strong{
	font-weight:normal;
}
.cms ul {
    padding-top: 10px;
    padding-left: 10px;
    list-style: none;
    margin: 5px 0 0 5px;
    font-size: 100%;
}
.cms li {
    margin: 0 0 5px 3px;
    padding: 0;
    list-style: circle;
    font-weight: 400;
}
.cms li a {
    text-decoration: none;
    font-weight: 400;
}
.cms li a:hover {
    text-decoration: none;
    font-weight: 400;
    color: #900;
}
/*css widgets*/
.cms-widgets {
    padding:0;
}
.cms-widgets h2 {
    font-size: 14pt;
    font-weight: normal;
    letter-spacing: -2px;
    padding: 10px 0;
}
.cms-widgets p {
    font-size: 9pt;
}
.cms-widgets a {
    text-decoration: underline;
    color: #ff9933;
}
.cms-widgets a:hover {
    color: #6598b8;
}

