*{
    outline:none;
    margin:0px;
    padding:0px;
}

.clear{ 
    clear:both;
}

.align_left{ 
    text-align:left;
}

.align_right{ 
    text-align:right;
}

.align_center{
    text-align:center;
}

.float_left{
    float: left;
}

.float_right{
    float: right;
}

a img{ 
    border:none;
}

a{
    color:#175478;
}

p{ 
    margin:5px 0;
}

body { 
    margin:0px;
    text-align:center;
    font:12px/17px Tahoma,Arial;
}

#layout{
    margin:0 auto;
    text-align:center; 
}

#top, #middle, #bottom{
    width: inherit;
    height: auto;
}

.nostyle, .nostyle ul{
    list-style:none !important;
}
