/* GENERAL STYLES */

body 
{
background-color : #000000;
}

img
{
border : 0;
}

/* TABLE STYLES */

table
{
border-collapse : collapse;
margin-left : auto; 
margin-right : auto;
width : 1024px;
}

table.banner td
{
padding : 0px;
background-image:url("images/banner_tile.jpg");
background-repeat:repeat;
}

table.menu td
{
background-color : #161d30;
padding : 0px;
}

table.body
{
background-image : url(images/bg_table.jpg);
}

table.body td
{
padding : 10px;
font-family : arial, helvetica; 
font-size : .8em;
color : #ffffff; 
vertical-align : top;
}


table.footer td
{
font-family : arial, helvetica; 
font-size : .6em;
color : #758687; 
text-align : center;
vertical-align : bottom;
}

td.footer_image
{
padding : 10px;
background-image:url("images/footer.jpg");
}

tr.spacer
{
height : 20px;
}

tr.spacer_blank
{
height : 20px;
background-color : #161d30;
}


/* TEXT STYLES */

.review
{
font-style : italic;
color : #ffffff; 
text-align : left;
}

a:link
{
color : #909fa0;
text-decoration : none; 
}

a:visited
{
color : #909fa0; 
text-decoration : none;
}

a:hover
{
color : #cc8653; 
text-decoration : none;
}
