/* Body and p elements */
    body {
    font-size: 11px;
    }

    p {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 125%;
    }

/* Hyperlinks in mainnav */
    a.mainnav:link, a.mainnav:active, a.mainnav:visited{
    color: #000000;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
	background-color: transparent;
    }

    a.mainnav:hover {
    color: #000000;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
	background-color: transparent;
    }

/* Headings */
    .h1 {
    color: white;
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 100%;
    }

    h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 10px;
    line-height: 100%;
    margin-top:-10px;
    margin-bottom: -10px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    }

    h2 {
    color: #293A54;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 5px;
    line-height: 100%;
    margin-bottom: -10px;
    border: 0px;
    font-weight: bold;
    }
	
    h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: -5px;
    font-weight: bold;
    }
	 
	.h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 0%;
    }
	
	h4, .h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }

		h2+h3 {
	margin-bottom: 20px;
}

	h2+table {
	margin-top: 20px;
}

/* HR */

    hr {
    height: 1px;
    color: #CDCDCD;
    font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
    }

/* Lists */

    ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	}
	
	li {
    list-style: square;
	margin-left: -20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    }
	
	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;
}
	
	
/* Links */
	
	a:link {
	color: #006699;
	background-color: transparent;
}

	a:visited, a:active {
	color: #666666;
	background-color: transparent;
}

	a:hover {
	color: #666666;
	background-color: transparent;
	text-decoration: none;	
}

/* Monospaced */

	.mono {
	font-family: "courier new", courier, mono;
	font-size: 14px;
	color: #ff9900;
}

/* Fine print for forms, image captions, et cetera */

    .fine {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #999999;
    }	
	
/* Address */
    address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    }
