/* Body and p elements */
    body {
    font-size: 11px;
    }

    p {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 100%;
	text-decoration: none;
    }

/* Links */
	
    a:link {
    color: #003399;
    background-color: transparent;
	text-decoration: none;
    }

    a:visited, a:active {
    color:  #003399;
    background-color: transparent;
	text-decoration: none;
    }

    a:hover {
    color:  #996600;
    background-color: transparent;
    text-decoration: none;	
    }

/* Links in navHead */
    a.navHead:link, a.navHead:active, a.navHead:visited, .navHead {
    color:  #333333;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
	background-color: transparent;
    text-transform: uppercase;
    }

    a.navHead:hover {
    color:  #333333;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
	text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    }

/* Links in nav */
    a.nav:link, a.nav:active, a.nav:visited, .nav {
    color: #333333;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
    text-decoration: none;
	line-height: 100%;
    background-color: transparent;
    text-transform: uppercase;
    }

    a.nav:hover {
    color: #666666;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
	line-height: 100%;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    }

/* Links in navSub */
    a.navSub:link, a.navSub:active, a.navSub:visited, .navSub {
    color: #000000;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
	line-height: 100%;
    text-decoration: none;
    background-color: transparent;
	 }

    a.navSub:hover {
    color: #666666;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
	line-height: 100%;
    text-decoration: none;
    background-color: transparent;
    }

/* Headings */

    h1 {
    color: #000000;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    padding-top: 5px;
    line-height: 100%;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
    }

    h2 {
    color: #000000;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding-top: 4px;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
    }
	
    h3 {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
    }

    h4 {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    margin-bottom: -7px;
    font-weight: bold;
	text-decoration: none;
    }

/* HR */

    hr {
    height: 1px;
    color: #CDCDCD;
    }

/* Lists */

    ul {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
	text-decoration: none;
    }
	
	ol {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
	text-decoration: none;
    }
	
	
    ul li li {
    list-style: disc;
    }

    ul li li li {
    list-style: circle;
    }
	
    ul li li li li {
    list-style: square;
	}
	
    ul li li li li li  {
    list-style: disc;
    }
    ul li li li li li li {
    list-style: circle;
    }

    ul li li li li li li li{
    list-style: square;
    }


    ol li {
    list-style: number;
    }

    ol li li {
    list-style: lower-alpha;

/* Monospaced */

    .mono {
    font-family: "courier new", courier, mono;
    font-size: 11px;
    color: #000000;
	text-decoration: none;
    }

/* Fine print for forms, image captions, et cetera */

    .fine {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 9px;
    color: #666666;
	text-decoration: none;
    }	
	
/* Address */
    address {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 9px;
	font-style: normal;
    text-decoration: none;
    }

/* Table cell backgrounds */

    .tdNav {
    background-color: #EBEBEB
    }

    .tdNavActive {
    background-color: #C3C3C3;
    }

    .tdNavSub {
    background-color: #D4D4D4;
    }

    .tdVertDiv {
    background-color: #EBEBEB
    }

/* Future use? 
    h2+h3 {
    margin-bottom: 20px;
    }

    h2+table {
    margin-bottom: 20px;
    }
*/.address2 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
}

