@charset "iso-8859-1";

body
{
    background-color:#f0f0f0;
    font-family:Arial,helvetica,Verdana;
    scrollbar-base-color: #F0F0F0;
}
.aip1 /* the first paragraph for articles on the main pages big first letter, small caps for the first line */
{
    font-size:90%;
    margin:0px 5px;
    text-align:justify;
}
.aip1:first-letter
{
    float: left;
    font-size:170%;
    vertical-align:text-top;
    text-align:justify;
}
.aip1:first-line
{
    font-size: 90%;
    font-variant: small-caps;
    text-align: justify;
    letter-spacing: 1pt;
}
.aip /* the subsiquent paragraphs indented */
{ 
    text-indent: 15px;
    margin: 0px 5px;
    text-align: justify;
        font-size: 90%;
}
.aipt /* the article titles on the main pages */
{
    font-size: 180%;  /* added 10-17-04  N2*/
    font-weight:bold;
    /* text-align: left;  N2 */
    margin: 0px 5px;   
    text-decoration:none; 
        padding-bottom:10px; /* added 10-17-04 N2  */
}
.aipa
{
    text-align: left;
    margin: 0px 5px;
    font-size: 85%;
    font-weight:bold;
}
.aips
{
    /* text-align: left; */
    margin: 0px 5px;
    font-size: 90%;
    font-style:italic;
        padding-bottom:10px;  /* added 10-17-04 N2  */
}    
.aipd /* and the date */
{
    /* text-align: right; */
    margin: 0px 5px;
    font-size: 90%;
}
.aiprm /*read more */
{
    text-align:right;
    margin:0px 5px;
    font-size:90%;
    font-weight:600;
    text-decoration:underline;
}
.idti {
color: blue;
}
.idite {
cursor: pointer;
}
