/*My guess is, most of this is serving no purpose. But, it's here anyway, yay! */


BODY
{
background: #010403 url('background gradient.jpg') fixed top center no-repeat;
scrollbar-arrow-color: 51BD93;
scrollbar-face-color: 05100B;
scrollbar-3dlight-color: 51BD93;
scrollbar-darkshadow-color: 05100B;
scrollbar-highlight-color: 15402F;
scrollbar-shadow-color: 0D291B;
scrollbar-track-color: 010403;
}



P {color: 51BD93; font-family: "Trebuchet MS", "sans serif"; font-weight: 500; font-size: 16}

.one {text-align: center}

.two {text-align: left}

.down {text-align: center; font-weight: 200; font-size: 12}

.three {text-align: left; font-weight: 300; font-size: 14}


H1 
{
color: 246A4D; 
text-align: center; 
font-family: "sans serif"; 
font-size: 21pt; 
font-variant: small-caps
}

H2
{
color: 246A4D;
text-align: left;
font-family: "sans serif";
font-size: 14pt;
font-variant: small-caps
}

H3
{
color: 51BD93; 
font-family: "Trebuchet MS", "sans serif"; 
font-weight: 500;
font-variant: small-caps;
text-align: left;
font-size: 12pt
}



OL {color: 51BD93; font-family: "Trebuchet MS", "sans serif"; font-weight: 500}

UL {color: 51BD93; font-family: "Trebuchet MS", "sans serif"; font-weight: 500}

A {color: 51BD93}

a.norm {text-decoration: none}



TABLE {height: 94%; width: 95%; cellpadding: 1; cellspacing: 1; overflow: auto}


TR.one {height: 35%}

TR.two {height: 64%}

TR.three {height: 1%}


TD {vertical-align: top; border: 5px groove; border-color: 15402F}

TD.left
{
width: 18%;
padding-left: 0;
padding-right: 0
}

TD.mid
{
width: 60%; 
padding-left: 10;
padding-right: 10
}

TD.right
{
width: 20%; 
padding-left: 0;
padding-right: 0
}

TD.space
{
width: 2%;
border: none
}



