/*
 * actnow.css v1.4.3 -- Cascading Style Sheet for Act Now! Box
 *
 * Copyright (C) 2003-2004 by Pelin Bali. This program and all
 * other external components it refers to or accesses including
 * text, graphics, audio, design, software, and other works are
 * the copyrighted works of Pelin Bali.
 *
 * All rights reserved.
 *
 * Duplication or distribution of this program or its components
 * without the express written consent of the copyright owner is
 * forbidden.
 *
 * Pelin Bali
 * pelinbali@mindspring.com
 *
 * Last updated on January 6, 2004.
 *
 */

div.actnow-outer-box {
    border: solid;
    border-width: 0px;
    /* border-color: #333366; */
    border-color: #666666;
    width: "100%" ;
    padding-right: 2px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    /* background-color: #333366; */
    background-color: #666666;
}

.actnow-header {
    /* color: #cccc00; */
    color: #ffffff;
    font-family: "Times New Roman", Arial, Verdana;
    font-size: 16pt;
    text-transform: none;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.actnow-header1 {
    /* color: silver; */
    color: #cccc00;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    text-transform: none;
    font-weight: bold;
    text-align: center
}

td.actnow {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;

    /* color: silver; */
    color: #ffffff;
    font-family: Verdana, Arial, "Times New Roman";
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;

    text-transform: none;
    text-align: center;

    vertical-align: top;
}

a.actnow:link {
    text-decoration: underline;
    color: #ffffff;
}

a.actnow:visited {
    text-decoration: none;
    color: silver;
}

a.actnow:hover {
    text-decoration: none;
    color:#cccc00;
}
