body {  
    font-family:        Arial, Helvetica, sans-serif;
    font-size:          14pt;
    color:              #000;
}

h1 {
    font-size:          1.5em;
}

h2 {
    font-size:          1.4em;
    padding:            0;
}

h3 {
    font-size:          1.0em;
    font-weight:        bold;
}

h4 {
    font-size:          1.0em;
    font-weight:        bold;
    font-style:         italic;
}

h5 {
    font-size:          1.0em;
    text-decoration:    underline;
}

h6 {
    font-size:          1.0em;
    font-style:         italic;
}

p {
    line-height:        140%;
}

a {
    color:              #000;
    font-weight:        bold;
}

table {
    border-collapse:    collapse;
}

table th {
    background:         #BFBFBF;
    padding:            5px;
    font-weight:        bold;
    border:             1px solid #000;
}

table td {
    padding:            5px;
    border:             1px solid #000;
}
ul, ol {
    margin-left:        15px;
    padding-left:       0;
}
ul, ul ul ul {
    list-style:         disc;
}
ul ul, ul ul ul ul {
    list-style:         circle;
}
ol {
    list-style:         decimal;
}
ol ol {
    list-style:         upper-alpha;
}
ol ol ol {
    list-style:         upper-roman;
}
ol ol ol ol {
    list-style:         lower-alpha;
}
ol ol ol ol ol {
    list-style:         lower-roman;
}
li {
    line-height:        140%;
}

#globalLogo img {
    border:             0;
}

#globalQuicklinks, #globalInquiry, #banner, #topNav, #secNav, #breadCrumb, #QuickLinks, #Events, #globalFooterMenu, #articleColRight, a.player, div.banner img{
    display:            none;
}

#globalFooter {
    margin-top:         50px;
}

div.location{
    position:           relative;
    left:               200px;
    top:                -45px;
    font-size:          1.5em;
    font-weight:        bold;
}

label {
    font-weight:        bold;
}
input.txt {
    padding:            6px;
    border:             1px solid #AAA;
    font-size:          0.9em;
}
.frmItem {
    float:                  left;
    margin:              5px 20px 5px 0;
}

.clear {
    clear:                both;
}