/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    background:url(../images/css/bg_bogy.gif) no-repeat #fff top center;
    font-size: 11px;
    color: #010101;
    text-align: center; 
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style-type: none;
}
fieldset{
    border: none;
}
legend {
    display: none;
}
img {
    border: none;
    vertical-align:middle;
}
input {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle; 
    color: #5C5C5C;
}
strong {
    font-weight: bold;
}
.hide {
    display: none;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.breaker{
    clear: both;
}


