body
{
    text-align: center;
    color: White;
    font-family: "Times New Roman";
    font-size: 12pt;
    background-image: url("stars.gif")
}

/*******************/
/* Content Formats */
/*******************/

.italic
{
    font-style: italic
}

.bold
{
    font-weight: bold
}

.underline
{
    font: underline
}

.left
{
    text-align: left;
    padding-left:  16px;
    padding-right:  16px
}

.font8
{
    font-size: 8pt
}

.red
{
    color: Red
}

.white
{
    color: White
}

.yellow
{
    color: Yellow
}

span.new
{
    font-weight: bold;
    color: Yellow
}

h1
{
    font-variant: small-caps;
    font-size: 300%
}

img.display
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.secret
{
    color: Black
}

.secret:hover
{
    color: #111111
}

/****************/
/*Linking Images*/
/****************/

/* Eliminate borders for image links */
a img
{
    border: 0;
}

/* Dynamic Hover-Over Opacity for Image Links */
a.linkopacity img 
{
    filter:alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}
a.linkopacity:hover img 
{
    filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
}

/*****************/
/* Table Formats */
/*****************/

table.center 
{
    margin-left: auto; 
    margin-right: auto
}

/* Needed for tables displaying the border images to eliminate whitespace. */
td img
{
    display: block;
}

/* Eliminates the whitespace for paragraph tags so it fills the cell completely. */
td p
{
    margin: 0;
}

td.black p
{
    background-color: Black
}

td.v_rule img
{
    display: block;
    width: 16px
}

td.height36
{
    height: 36px
}

td.width100
{
    width: 100px
}

td.top_width100_black
{
    width: 100px;
    vertical-align: top;
    background-color: Black
}

td.width200
{
    width: 200px
}

td.top_width200_gray
{
    vertical-align: top;
    width: 200px;
    background-color: #CCCCCC
}

td.topleft_width276
{   
    vertical-align: top;
    text-align: left;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 14px;
    width: 276px;
    background-color: Black
}

td.topleft_width276 a
{   
    color: white
}

td.top_width684_black
{
    vertical-align: top;
    width: 684px;
    background-color: Black
}

td.intro
{
    background-color: Black;
    color: #FFCC00;
    width: 800px
}

td.width800
{
    width: 800px
}

td.top_width800_black
{
    vertical-align: top;
    width: 800px;
    background-color: Black
}

td.width1016
{
    width: 1016px;
}

td.width1016_black
{
    width: 1016px;
    background-color: Black
}