body {
    background-color:   white;
    font-family:        Arial, Helvetica, sans-serif;
}
body {
    font-size:          .7em !important;
    font-size:          .5em;
    font-size/**/:/**/  .7em;
}

body,div,p,ul,ol,li,form,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }

ul,ol {
    margin-left: 12px !important;
    margin-left: 16px;
}

h1 { font-size: 140%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 90%;  }

.Clear {
    clear: both;
}

img { border: 0; }

a {
    color: #316cb7;
    text-decoration: none;
}
a:visited {
	color: #316cb7;
    /*color: #78bae8;*/
}
a:hover {
    color: #6198d0;
    text-decoration: underline;
}

.hiddenPop {
    display:                none;
}
.visiblePop {
    display:                block;
}
