/*Fonts Styles*/
a.DarkPinkArialU14 {
    font-family: Arial, Helvetica, sans-serif;
    color: #c09;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

a.GreenPinkArial14 {
    font-family: Arial, Helvetica, sans-serif;
    color: #690;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

/*Table Styles*/
.PaddingArticlesRight {
    padding-right: 6px;
}

#TableArticles {
    margin-top: 17px;

    color: #303030;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.Description {
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

#TableArticles td {
    padding-left: 0;
}

.PaddingTitleArticle {
    height: 18px;
    padding-top: 12px;
    padding-bottom: 0;
    vertical-align: top;
}

.GuideTitle {
    position: relative;
    top: 7px;
    left: 0;
    padding-left: 15px;
}

.CategoryDescription {
    vertical-align: top;
}

#TableTopResources {
    margin-top: 7px;
}

/*Second Page Table Styles*/
#TableArticleTitle {
    background-image: url(/images/AdultEducation/line_cr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#TableArticleTitle img {
    position: relative;
    top: 12px;
}

#TableArticleList {
    margin-top: 60px;
}

#TitleArticle {
    padding-left: 5px;
    margin: 0;
}

/*Image styles*/
.bg_line {
    vertical-align: top;
    background-image: url(/images/AdultEducation/line.gif);
    background-repeat: repeat-x;
    height: 10px;
}

.bg_line_articles {
    background-image: url(/images/AdultEducation/line_cr.gif);
    background-repeat: repeat-x;
}

#TopImage {
    background: none;
}

/*List Styles*/
ul.ListArticles {
    margin: 0;
    padding: 0 0 0 60px;
    list-style: none;
}

.ListArticles li {
    padding: 0 0 35px 0;
    margin: 0;
}

.PaddingArticle {
    padding-right: 25px;
}

.ListArticles li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #c09;
    font-size: 16px;
    text-decoration: underline;
    padding: 0;
}

h1.AnthologyArticleTitle {
    border-bottom: solid 1px #f0c;
    font-size: 24px;
    color: #c09;
    font-family: Arial;
    margin: 0;
    font-weight: 400;
}