/*
	this style sheet contains elements that have to be tweaked for a specific browser
	general settings that work fine on all major browsers are in style_general.css
*/

/* static bottom navigation	*/
.navlink           
{ 
	font-family        : arial,helvetica,sans-serif;
	font-size          : 11px;
    text-decoration    : none;
	color : #ffffff;
	letter-spacing : 2px;	
}
              

/*	Tables	*/
table.news1
{
	border : 2px solid #7F7F7F;
	padding: 0 0 0 0;
	border-collapse : collapse;
	width: 100%;
}

table.news2
{
	border : 2px solid #BEB089;
	padding: 0 0 0 0;
	border-collapse : collapse;
	width: 100%;
}

table.news3
{
	border : 1px solid Black;
	padding: 0 0 0 0;
	border-collapse : collapse;
	width: 100%;
}

table.news4
{
	border : 1px solid #EAEAEA;
	padding: 0 0 0 0;
	border-collapse : collapse;
	width: 100%;
}


/* item used to "prop" the main content table to a pre-defined minimum size */
.prop 
{
    float: right;
    width: 1px;
	height: 426px;
/*	border: 1px solid #666666;*/
 }

