/******************************************************************
*   vic.css: style declarations for Vic's Time/Thomas Register    *
*   Begun 17 August 2002 by Don Rea, Penny Farthing Projects      *
*   don@pennyfarthing.com                                         *
*   last modified 25 August 2002 by Don Rea                       *
******************************************************************/

/*** Display type declarations ***/

body, div, form, h1, h2, h3, h4, h5, h6, object, ol, p, ul, blockquote
{
    display: block
}

li
{
    display: list-item
}

head
{
    display: none
}

table
{
    display: table
}

tr
{
    display: table-row
}

td
{
    display: table-cell
}

/*** End display type declarations ***/

/*** Standard class decarations ***/

p
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: black:
}

h2
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black:
}

h3
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(132, 140, 49);
}

h4
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

ul
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: black:
    line-height: 14px;
    list-style-type: square;
}
    
ol
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: black:
    line-height: 14px;
}
    
/*** End standard class declarations ***/

/*** Special class decarations ***/

.todo
{
    font-weight: bold;
    color: red;
}

.bold
{
    font-weight: bold;
}

.footer
{
    color: rgb(23, 73, 92);
    margin-left: 6px;
}

.table
{
    font-size: 10px;
    line-height: 12px;
}

.form
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: black:
}


/*** End special class decarations ***/

