/* 
    Document   : programs_style
    Created on : Apr 29, 2009, 3:00:09 PM
    Author     : Jeremy R. Cox
    Description:
        Stlye the alphabetical list of all programs
*/

* {
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    color:#555555;
    font-size:12px;
    line-height:16px;
}

li{
    position: relative;
    left: -2em;
    list-style-type: none;
}

a, a:link, a:active, a:visited {
    color:#E78800;
    text-decoration:underline;
}

a:hover {
    color:#660066;
    text-decoration:underline;
}

a.anchor, a.anchor:link, a.anchor:hover, a.anchor:active, a.anchor:visited
{
    font-size: 14px;
    text-decoration: none;
    color: inherit;
}

a.more, a.more:link, a.more:hover, a.more:active, a.more:visited
{
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}

a.top{
    position: relative;
    top: -2px;
    font-size: 9px;
}

.newLetter{
    padding-top: 7px;
}

.introtext{
    font-size: 11px;
}
