/* CONTENT CSS - 20060522 */


/**** header ****/

h2.hRed, h3.hRed, h4.hRed, h5.hRed, h6.hRed
{    
    color: #7A0000;
}

h2.hBlue, h3.hBlue, h4.hBlue, h5.hBlue, h6.hBlue
{    
    color: #367898;
}

h2.hCenter, h3.hCenter, h4.hCenter, h5.hCenter, h6.hCenter
{    
    text-align: center;
}

h2.left, h3.left, h4.left, h5.left, h6.left
{    
    text-align: left;
}

h2.right, h3.right, h4.right, h5.right, h6.right
{    
    text-align: right;
}


/**** paragraph ****/

p.left
{
    text-align: left;
}

p.right
{
    text-align: right;
}

p.center
{
    text-align: center;
}

p.blue
{
    color: #367898;
}

p.black
{
    color: #535548;
}



/**** box ****/

div.box
{
    margin: 0;
    padding: 2px 5px;    
}

div.box .center
{
    text-align: center;
}

div.box .left
{
    text-align: left;
}

div.box .right
{
    text-align: right;
}

