/*
 * style sheet for equity-financil main site
 * created 3-8-05 -> JMR
 *  
*/
 
.articleLink:link, .articleLink:visited, .articleLink:active 
{
 font-family:Arial;
 font-size:11px;
 text-decoration:none;
 color:#008800; 
 FONT-WEIGHT: bold;
}

.articleLink:hover
{
 font-family:Arial;
 font-size:11px;
 color:#008800;
 text-decoration:underline;
 FONT-WEIGHT: bold;
}

.articleLinkWht:link, .articleLinkWht:visited, .articleLinkWht:active
{
 font-family:Arial;
 font-size:14px;
 text-decoration:none;
 color:#ffffff;
 FONT-WEIGHT: bold;
}

.articleLinkWht:hover
{
 font-family:Arial;
 font-size:14px;
 color:#ffffff;
 text-decoration:underline;
 FONT-WEIGHT: bold;
}



.title
{
 FONT-SIZE: 14px;
 FONT-FAMILY: Arial;
 COLOR: #000000;
 FONT-WEIGHT: bold;
}

.article
{
 FONT-SIZE: 11px;
 FONT-FAMILY: Arial;
 COLOR: #000000;
}
