@charset "windows-874";

/***************************************************************************
** Filename:	bocompanyinfo.css
** Type:		CSS
** Purpose:		Define the styles for the Company Info division
** History:		18 Oct 2006 -- Created by DLP
****************************************************************************/


/*  Developer note:
    IE doesn't (and Netscape does) apply this divsion wide style correctly 
    to the companyInfo division, so we have to duplicate it at tha TD
    level of containment. */

div#companyInfo {
    text-decoration: none;
    background: transparent;
    font-family: "arial","verdana",sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: xx-small;
    word-spacing: normal;
    letter-spacing: normal;
    color: black;
    text-align: center;
}

div#companyInfo td {
/*    border: 1px solid Red; for debugging */
    text-decoration: none;
    background: transparent;
    font-family: "arial","verdana",sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: xx-small;
    word-spacing: normal;
    letter-spacing: normal;
    color: Black;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

/*
** Redefine the generic Link behavior
*/

div#companyInfo a {
    white-space: nowrap;
}

div#companyInfo a {
	text-decoration: underline;
}

div#companyInfo a:link {
	color:blue;
}

div#companyInfo a:visited {
	color: blue;
}

div#companyInfo a:focus {
	color:blue;
}

div#companyInfo a:hover {
	color:red;
}

div#companyInfo a:active {
	color:blue;
}
