body
{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.list {
    padding: 10px 0 0 5px;
}
.list li {
    background: rgba(0, 0, 0, 0) url("image/foot_arw.png") no-repeat scroll 0 6px;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 20px;
    transition: all 0.2s ease-in 0s;
}
.list li a {
    color: #2c2c2c;
    text-decoration: underline;
    transition: all 0.2s ease-in 0s;
}
p {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
}
h2 {
    color: #0081ab;
    font-size: 12px;
    font-weight: bold;
}


.blue
{
font-size:12px;
color:#006f93;
font-weight:bold;
}

.black
{
font-size:12px;
color:#000;
font-weight:400;
}

.white
{
font-size:10px;
color:#fff;
font-weight:bold;
padding-left:5px;
}
a{
	color:#000 !important;
}