/*********************************

  main.css
  CSS declarations for main area
  Created 11/23/2001 by Matt Judy

**********************************/

.areaerror
{
    font-weight: bold;
    font-size: 	 14px;
    color:       #245de0;
}

.articleList
{
    font-family: Times, "Times New Roman";
    line-height: 14px;
}

.articleListTitle
{
    font-weight: bold;
    font-size: 	 12px;
}

.articleListBlurb
{
    font-weight: normal;
    font-size: 	 12px;
    color:       #555555;
}

.articleListInfo
{
    font-size:  10px;
    color:      #999999;
}

.article
{
    line-height: 16px;
}

.articleTitle
{
    font-weight: bold;
    font-size: 	 20px;
    color:      #333333;
}

.articleInfo
{
    font-size:  14px;
    color:      #333333;
}

.articleBlurb
{
    font-weight: normal;
    font-size: 	 13px;
    color:       #666666;
    font-style:  italic;
}

.articleBody
{
    font-size: 	 14px;
}


