/*
	================================================
	These style rules are for the DiscontinuedIndex page
	================================================
*/


div#col1 {
    width: 250px;
    text-align: center;
    padding-top: 8px;
    float: left;
}

div#col1 img {
    padding: 4px;
    background-color: white;
    border: 2px solid #999;
    margin-top: 20px;
}

div#wrapper div#col2 {
    width: 450px;
    font-size: 10px;
    line-height: 130%;
    font-family: verdana, arial, sans-serif;
    float: left;
}

div#wrapper div#col2 h1 {
    font-size: 16pt;
    text-transform: uppercase;
    color: #999;
    line-height:150%;
}


div#wrapper div#col2 a
{
    border-bottom:solid 1px #999999;
}


div#wrapper div#col2 a:hover
{    
    border-bottom:solid 1px #000;
    color:#000;
}