/*****************************************************************************
 ******************** PRESS RELEASES *****************************************
 ****************************************************************************/
/*These styles used by press releases only */

.PRHeadline /*This style used for the headline of the release */
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
    clear: left;
}
.PRSubHeadline /*This style used as a sub-headline, directly below the headline */
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    margin: 0px 10px 20px 10px;
    width: 570px;
}
.PRBody /*This style used by the body of the release, generic text */
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-size: 12px;
}
.PRDateLine /*This style used for the date and location line */
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-weight: bold;
    font-size: 12px;
}
.PRAboutTitle /*This style used by the About COMPANY titles */
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-weight: bold;
    font-size: 12px;
}
.PRFinePrint /*This style used to display footnotes, fine print, etc. */
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-style: italic;
    font-size: 9px;
}
.PRAltContact /*This style used to format the press contact from a different company */
{
	float: right;
	clear: right;
    font-family: Arial, Helvetica, sans-serif; 
    color: #004B8D; /* This is the MAJOR color */
    font-weight: bold;
    font-size: 12px;
    margin: 0px 10px 10px 10px;
    text-align: right;
}

