/* Basic Fonts and Colors */


body {
    font: 14px/1.7em;
    color: #333;
    background-color: #FEF2B8;
    font-size:90%;
    font-family:"Century Gothic", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
a {
    color:red;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
abbr {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1em;
}

ul {
    list-style: none;
}

#sub_nav {
    font-size:120%;
}

#main_menu {
    font-size: 90%;
}

h1 {
    margin-bottom:0;
}

h1 span {
    visibility: hidden;
}

h1, h2, h3 {
    background-repeat:no-repeat;
}

.dialog div {
    text-align:justify;
}

.dialog a {
    color:#FF0000;
}