/* CSS Document */



body{

margin:0;

padding:0;

line-height: 1.5em;

background: #efefef;

background-image: url(images/bg.gif);

}



#maincontainer{

width: 800px; /*Width of main container*/

margin: 0 auto; /*Center container on page*/

margin-top: 10px;

border: 1px solid #999999;

}



#footer{

clear: left;

width: 100%;

background: transparent;

text-align: center;

padding: 4px 0;

color: #333333;

font-family: verdana, arial, helvetica, san-serif;

font-size: 9px;

}



#footer a{

color: #333333;

font: san-serif 9px;

}



.innertube{

margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/

margin-left: 35px;

}



td {

font-family: verdana, arial, helvetica, san-serif;

font-size: 11px;

line-height: 2em;

}


.closer {

line-height: normal;

}



.title {

font-family: "times new roman", serif;

font-size: 22px;

color: #990000;

}



.important {

font-weight: bold;

font-size: 11px;

color: #333333;

}



.number {

font-weight: bold;

font-size: 10px;

color: #990000;

}

a:link, a:visited{

text-decoration: underline;
color: #000000;

}

a:hover, a:active {

text-decoration: underline;
color: #990000;

}

.page a:link, .page a:visited{

text-decoration: underline;
color: #000000;


}

.page a:hover, .page a:active {

text-decoration: underline;
color: #990000;

}


.tabletop {
background-image:url(images/tabletopbg.gif);
color:#FFFFFF;
}