﻿/* This stylesheet contains basic fonts, colors, and element styles applicable to all media */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #666;
    background: #fff;
}

a, a:hover {
    color: #2d6595;
    text-decoration: underline;
}

a.ArrowLink01, a.ArrowLink01:hover {
    padding-left: 10px;
    background: url(../Images/bullet_arrow_01.gif) no-repeat 0 5px;
}

a.HiddenLink, a.HiddenLink:hover {
    color: #666;
    text-decoration: none;
}

h1 {
}

h2 {
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 14px;
    color: #ff9900;
    margin-bottom: 19px;
}

h4.TeamTitle {
    font-size: 12px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
}

img {
    border: none;
}

p {
    line-height: 17px;
    margin-bottom: 20px;
}

p.Footnote {
    font-size: 11px;
}

ul {
    list-style: none;
}

ul.ArrowList01, div.CopyHolder ul.ArrowList01 {
    margin-bottom: 15px;
}

ul.ArrowList01 li, div.CopyHolder ul.ArrowList01 li {
    margin-bottom: 3px;
    padding-left: 10px;
    background: url(../Images/bullet_arrow_01.gif) no-repeat 0 5px;
}
