html 
{
   overflow: -moz-scrollbars-vertical;
   overflow-y: scroll; 
}

/*---------------------------------------------MAIN BODY------------------------------------*/

body 
{
    margin: 0;
    padding: 0;
    background-color: #CCCCCC;
    color: #FFFF66;
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

/*----------------------------------------------IMAGES---------------------------------------*/

img
{
   border: 0; 
}

/*----------------------------------------------TABLES---------------------------------------*/

table
{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 0px none;
}

td
{
    text-align: left;
    vertical-align: top;
}

table, td 
{
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFF66;
}

.holding
{
    width: 760px;
    background-color: #000000;
}

.inner
{
    width: 740px;
    background-color: #000000;
}

/*----------------------------------------------CELLS---------------------------------------*/

.menu
{
    vertical-align: top;
    width: 270px;
}

.top
{
    height: 100px;
    background-image: url(images/head_top.gif);
    padding-left: 4px;
    text-align: right;
}

.edge-l
{
    width: 10px;
    background-image: url(images/edgel.jpg);
    background-repeat: repeat-y;
}

.edge-r
{
    width: 10px;
    background-image: url(images/edger.jpg);
    background-repeat: repeat-y;
}

.inner-left
{
    width: 246px;
    padding-left: 5px;
    padding-right: 5px;
}

.inner-middle
{
    width: 248px;
    padding-left: 5px;
    padding-right: 5px;
}

.inner-right
{
    width: 246px;
    padding-left: 5px;
    padding-right: 5px;
}

.full
{
    width: 740px;
    padding-left: 5px;
    padding-right: 5px;
}

.double
{
    width: 494px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer
{
    height: 54px;
    background-image: url(images/bottom.gif);
    vertical-align: middle;
}

/*---------------------------------------------LINKS----------------------------------------*/

a:link 
{
	color: #FFFF66;
	text-decoration: none;
}	

a:visited  
{
	color: #FFFF66;
	text-decoration: none;
}

a:hover  
{
	color: #FFFF66;
	text-decoration: underline;
}
a:active  
{
	color: #FFFF66
	text-decoration: none;		
}

/*------------------------------------------CUSTOM LINKS------------------------------------*/

a:link.foot
{
	color: #000000;
	text-decoration: none;
}	

a:visited.foot
{
	color: #000000;
	text-decoration: none;
}

a:hover.foot
{
	color: #000000;
	text-decoration: underline;
}

a:active.foot
{
	color: #000000;
	text-decoration: none;		
}

/*-----------------------------------------------HEADERS----------------------------------*/

h1
{
    color: #CC9900;
    font-size: 11pt;
    margin: 0;
    font-weight: bold;
    padding: 0;
}

h2
{
    color: #000000;
    font-size: 9pt;
    margin: 0;
    font-weight: normal;
    padding: 0;
    text-align: center;
}