BODY
{
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(images/background.jpg);
}

.LinkImages_General
{
    Z-INDEX: 100;
    LEFT: 70px;
    WIDTH: 152px;
    POSITION: absolute;
    HEIGHT: 30px
}
.LinkImages_Left
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    Z-INDEX: 100;
    LEFT: 70px;
    BORDER-LEFT: thin outset;
    WIDTH: 152px;
    COLOR: maroon;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: 'Comic Sans MS';
    POSITION: absolute;
    HEIGHT: 30px;
    TEXT-ALIGN: right
}
.LinkImages_Right
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    Z-INDEX: 100;
    LEFT: 740px;
    BORDER-LEFT: thin outset;
    WIDTH: 152px;
    COLOR: navy;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: 'Comic Sans MS';
    POSITION: absolute;
    HEIGHT: 30px;
    TEXT-ALIGN: left
}
.RaisedTable
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #cccccc
}
.SunkTable
{
    BORDER-RIGHT: inset;
    BORDER-TOP: inset;
    MARGIN: 4px;
    BORDER-LEFT: inset;
    BORDER-BOTTOM: inset
}
.plain_red
{
    COLOR: maroon;
    TEXT-DECORATION: none
}
.plain_blue
{
    COLOR: navy;
    TEXT-DECORATION: none
}
.mnu_button
{
    font-weight: bold;
    width: 160px;
    color: navy;
    font-style: normal; 
	font-size:14px;
    font-family: Arial, Times New Roman, Tahoma, Verdana; 
    background-color: transparent;
    border-bottom-width:  medium;
    border-left-width: medium;
    border-right-width: medium;
    border-top-width: medium;
}
.mnu_button2
{
    font-weight: bold;
    width: 160px;
    color: maroon;
    font-style: normal; 
	font-size: 14px;
    font-family: Arial, Times New Roman, Tahoma, Verdana; 
    background-color: transparent;
    border-bottom-width:  medium;
    border-left-width: medium;
    border-right-width: medium;
    border-top-width: medium;
}
.cell_name
{
    text-align: left; 
    border-bottom: navy thin solid
}
.cell_nickname
{
    color: maroon; 
    border-bottom: navy thin solid; 
    text-align: left;
}
.cell_picture
{
    border-bottom: Gainsboro thin solid;
    text-align: center; 
}
.subBorder
{
    margin: 1pt; 
    border-right: navy thin solid; 
    border-top: navy thin solid; 
    border-left: navy thin solid; 
    border-bottom: navy thin solid
}