body {margin: 0px; background-color: #FFFFFF;}

a {color: #696969; text-decoration: none;}
a:hover {color: #696969; text-decoration: underline;}
a:link {color: #696969;}
a:active {color: #696969;}
a:visited {color: #696969;}

a.foot {color: #A9A9A9; text-decoration: none;}
a:hover.foot {color: #A9A9A9; text-decoration: underline;}
a:link.foot {color: #A9A9A9;}
a:active.foot {color: #A9A9A9;}
a:visited.foot {color: #A9A9A9;}

img {color: #FF0066;}

.title {
    font-family: Arial, sans;
    font-size: 100%;
    font-weight: bold;
    border-top: #333333 3px solid;
    padding-top: 3px;
    padding-left: 0px;
    }

.menu {
    font-family: Verdana, sans;
    font-size: 70%;
    line-height: 1.8;
    padding-left: 10px;
    margin-bottom: 50px; /*70px*/
}

.bullet {
    color: #DCDCDC;
    }

.nav {
    color: #DCDCDC;
    }

.top {
    font-family: Verdana, sans;
    font-size: 70%;
    }

.tag {
    color: #A9A9A9;
    font-family: Verdana, sans;
    font-size: 55%;
    padding-bottom: 10px;
    line-height: 2;
    border-top: #D3D3D3 1px solid;
    }

input {
    font-family: Verdana, sans;
    color: #696969;
    border: 1px solid #ccc;
    }

input:focus {
    border: 1px solid #A9A9A9;
    }

#ie {
    background: #fff;
    opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}

.block {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20%;
    text-align: center;
}

.iemessage {
    border: 3px solid #090;
    margin: 0 auto;
    background: #cfc;
    color: #000;
    width: 700px;
}

.iemessage h4, .iemessage p {
    margin: 8px;
    padding: 0;
}