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