﻿body {
	font-family: Helvetica, Arial, sans-serif;       
	text-rendering: optimizeLegibility;
	color: #444;
}

table {
    	font-family: Helvetica, Arial, sans-serif;       
	text-rendering: optimizeLegibility;
	color: #444;
        font-size: 1.3em;
}

.navigation {
       list-style:none; 
       margin:0 0 0 40px;
       font-size: 20px;
       color:#0000FF;
}
.navigation ul{position:relative;background-color:#fff;}
.navigation li {display:block;float:left;margin-top:-8px;padding:9px 20px 8px 8px;}
    .navigation a:visited {
        color: #0000FF;
        text-decoration: underline;
    }
    .navigation a:link {
        color: #0000FF;
        text-decoration: underline;
    }
    .navigation a:hover {
        color: #0000FF;
        text-decoration: underline;
        text-shadow: 20px 12px 2px #333;
    }

    .subnavigation {
       list-style:none; 
       margin:0 0 0 40px;
       font-size: 16px;
       color:#0000FF;
}
.subnavigation ul{position:relative;background-color:#fff;}
.subnavigation li {display:block;float:left;margin-top:-8px;padding:9px 20px 8px 8px;}
    .subnavigation a:visited {
        color: #0000FF;
        text-decoration: underline;
    }
    .subnavigation a:link {
        color: #0000FF;
        text-decoration: underline;
    }
    .subnavigation a:hover {
        color: #0000FF;
        text-decoration: underline;
        text-shadow: 20px 12px 2px #333;
    }

a:visited {
        color: #0000FF;
        text-decoration: underline;
    }


h1 {
    text-align: center;
    text-decoration: underline;
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
    text-decoration:underline;
}

h3 {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2em;
}

h4 {
    text-align: center;
    font-size: 10px;
}

.addr {
    font-style: italic;
    font-weight: bold;
}

.date {
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

.importantbold {
    font-weight: bold;
}

.importantitalic {
    font-style: italic;
}

.importantboldindent {
    font-weight: bold;
    text-indent: 50px;
}

.importantindent {
    text-indent: 116px;
}
.directionlink {
    font-weight: bold;
    text-decoration: underline;
    color: blue;
    text-align: center;
}

.phwbody {
    text-align: center;
}

.totalmil {
    font-style: italic;
    color: dodgerblue;
}

.phwevent {
    color: red;
    font-weight: bold;
}

.regbold {
    font-weight: bold;
}

tr.spaceUnder>td {
  padding-bottom: 10px;
}